Aces High Bulletin Board
Help and Support Forums => Help and Training => Topic started by: nrshida on December 20, 2012, 10:26:12 AM
-
Why does our search function only tend to find things from 2000 / 2001? :old:
-
Why does our search function only tend to find things from 2000 / 2001? :old:
First signs of dementia often is to lose near memory. Perhaps you remember to search only things that have happened that long ago :D
-
I thought is just me doing something wrong when the early years would come up first.
Although the search function seems to be same as other forms, I don't get very good results using this search engine. I usually do better using google and adding Aces High as part of the search.
-
First signs of dementia often is to lose near memory. Perhaps you remember to search only things that have happened that long ago :D
Try it! I did find something from 2004 and nearly fell off my seat :old:
-
Go to Advanced Search (leave box blank and click "Search"). Then change "Message Age" to between 0 and 365 days for last year only.
Voila.
-
Go to Advanced Search (leave box blank and click "Search"). Then change "Message Age" to between 0 and 365 days for last year only.
Voila.
the searches are also much quicker this as it doesn't have to search so far back in time.
-
Ah thank you very much! :salute
-
The search function times out before it can complete the search of the entire bulletin board database. Nothing we can do about it.
One day, I'll have to dig in the code and change the default of 9999 to something more reasonable.
-
Can't you make the search run backwards from most to least recent Skuzzy?
-
The physical nature of a database query is to start at the beginning of the database. Starting at the end and reading it backwards is very, very inefficient and does not solve the problem. It would still timeout and not give back accurate results.
-
I thought the nature of a database was precisely to avoid sequential searching :headscratch:
-
Most people on these boards using search never "enlarge" or click the + sign beside the "Choose a board to search in, or search all"
if when clicking on search, it would automatically show all sub-forums and none of them be already "automatically checked" to search all forums as it is currently....
right now when someone goes to search something, it is searching for the last 9,999 days and it is searching every single forum that specific person has access to all public and all private forums....
taking that first search page out and having it to open up to show all forums, would make one decide what location(forum) their wanting to find a post in.....
my thoughts anyways, hope I posted this in a way that is understandable...
TC
-
I thought the nature of a database was precisely to avoid sequential searching :headscratch:
When you search for a word, the entire database is selected based on the date range, then it is read. The very nature of opening a file on a computer to start reading it will always start from the beginning and read to the end.
Bullletin boards are not indexed based on every word in every post. It would make the index prohibitively large and extremely slow to add new records.
-
Couldn't you restrict the search to titles only? That would still be useful and reduce the search data enormously?