There are differences in the behavior of search icons when browsing a forum (like the Theory forum) versus when browsing a thread (like this thread). This post isn't about such differences. This post is about the behavior of search icons when browsing a thread (what phpBB calls a "topic").
I'll provide detailed instructions so that readers can replicate what I did.
Here are three approaches to open an "advanced search" page while browsing a thread.
First approach
![Image]()
![Image]()
![Image]()
I'll provide detailed instructions so that readers can replicate what I did.
Here are three approaches to open an "advanced search" page while browsing a thread.
First approach
- Leave the "Search this topic..." input box empty (don't write anything into it).
- Click on the related search icon (magnifying glass).
- Resulting destination:
Code:
https://www.bogleheads.org/forum/search.php?keywords=&t=437515&sf=msgonly
- That's a thread-specific advanced search page.
- Click on the thread advanced search icon (gears).
- Resulting destination:
Code:
https://www.bogleheads.org/forum/search.php
- That's a general advanced search page which searches the entire forum.
- Click on the forum advanced search icon (gears).
- Resulting destination:
Code:
https://www.bogleheads.org/forum/search.php
- That's a general advanced search page which searches the entire forum.
- Why hide the thread-specific advanced search page behind the thread magnifying glass icon (only works when no word is provided for the search)?
- Why duplicate the forum gears icon functionality (approach 3) with an identical thread gears icon (approach 2), leading to the same general search page?
- Why doesn't the thread gears icon lead to a topic-specific advanced search page?
Statistics: Posted by longinvest — Fri Aug 16, 2024 7:32 pm — Replies 13 — Views 585