Build Your Own Arcade Controls Forum
Main => Forum/Website Discussion => Topic started by: CitznFish on May 15, 2003, 09:13:01 pm
-
Search is the most aggervating POS I have ever worked with. I can't even find a post I made last week. >:(
Not user friendly at all.......
(just venting)
-
punch a wall it works better :)
-
I hear you -- the problem is this is a canned package. We can replace the whole message board again, or we deal with the search as is. What were you searching for? I found a ton of posts under your user ID when I did a simple search. I'd like to try to duplicate what you were searching for to see what's going on.
Search is the most aggervating POS I have ever worked with. I can't even find a post I made last week. >:(
Not user friendly at all.......
(just venting)
-
I found the search Ok but when I try and use the advance search I end up with nothing I know it's probably me but I can't make head or tales of it. ???
-
saint, what I find weird is when you put a time on the advanced search you get different results everytime you change how far back you want to search. Wouldn;t it will show the latest stuff too?
-
I also find the search function a bit hit and miss.
For example if I want to search for all the posts I've made in the last year I put '360' in the max age since last post box and 'Grasshopper' in the by user box and leave everything else with its default value.
However no posts are found.
Am I doing something wrong? Maybe adding a help screen would be useful.
-
Well I've NEVER had a problem with the search... until today. :-\
I guess if you REALLY know what you're looking for you can get it. Plus here's a tip for those of yall that may be having trouble. I think the search automatically cuts off at anything in the last 2 months unless you specifically do an advanced search and lengthen it. That may be where some of yall are having problems.
-
I also find the search function a bit hit and miss.
For example if I want to search for all the posts I've made in the last year I put '360' in the max age since last post box and 'Grasshopper' in the by user box and leave everything else with its default value.
However no posts are found.
Am I doing something wrong? Maybe adding a help screen would be useful.
One thing for sure is that it's not just you.
I have never seen the "search by user feature" work. This usually means putting an extra bandwidth burden on the board by listing all posts for a specific user and then using the search function in the browser to find results.
RandyT
-
The best match I can come up with between what I see when trying to search, and what the code may be doing on the back-end is this:
Parms received from browser.
Some filters are applied to form a very broad query.
Results are capped at x records.
More filters are applied.
Consequently, your post can be cut off by the initial cap before the query limiting filters are properly applied.
This happens because the pool of posts to search against is artificially trimmed too early in the process, and is a very common mistake. Also, a hard one for a developer to catch without testing it on a fully populated system. It will always work right with say... less than 200 posts. It will in fact USUALLY work right with a higher number of posts. However, the higher the post count in the DB becomes, the more this error condition comes into play.
If you want me to take a look at the stuff, I can. I've only done one LAMP contract before, but it's a pretty basic system so I should be able to figure out what's going on.
-
I think IIOIOOIOO's theory is probably correct.
Anyway, I've found a workaround.
If I put 'e' (the most common letter in the english language) in the search for box then the search engine comes up with a list of all of my posts for the last 360 days containing a letter 'e'.
This must cover virtually every post as the chance of a post not containing at least one 'e' is very small.
-
hmmm, making a post without using the letter 'e'?!
"my arcad machin has stoppd working...nd sum hlp!"
-
Guys the easiest way to find older topics is to google it. Use the "site:" tag to limit your search to arcadecontrols.org