I try to look up threads by keyword and sometimes by user but they don't come up. I seem to remember it working a couple of weeks ago, but perhaps I am imagining.
[Link]
DenverDon Benevolent
Firmly Embedded in Depravity 5914 Posts 7/02
Posted - Jan 28 2004 : 11:39AM
Not just you nietzsche.
There are a couple of other functions not working properly. I've emailed Drew.
just email me your search criteria (or post it here) so I can try to reproduce it on this end. I have been getting error reports of the search function timing out. This might be related to the splitting of the database a couple of weeks ago.
When you search topic titles it uses the date of the first post in the thread. That topic was started in December of 2007 which is a bit further out than 180 days.
Just curious how it should work? I can make it do anything. Should it return all posts in the past 180 days in any topic that has a matching search term in the topic's subject?
Out of interest, how much more resource does it take to expand a 30 day search window to every post since 1999?
With a spate of duplicate topics that had easily searchable subjects, I wonder how many people only use the 30 day default and don't think to search back further.
It's not much different in terms of resources to search the entire history of the forum vs. just 30 days. It does the full-text search first on the entire database and then applies the date filter as a supplemental step. It seems counter-intuitive, but it's faster to query the entire full-text index to get a list of matching topics than to SQL join the results of the full-text search with a date range defined in a WHERE clause.