Just noticed a bug in the search feature on this site (2.1.8
test?). If you include a "noise"
word like "in" on the search criteria, you will get no matches.
Here's and example:
Go to the search form.
Fill in keywords with "method in class".
If needed, select "Search All Terms".
Do search.
0 results
Do the same search with "method class"
66 or so records.
What I think is happening is that the indexer is dropping the common noise words out of the index (good thing) but the search is not doing the same thing. So, since the word "in" is not indexed, it can't be found with an "all terms" match. IMHO, the proper behavior would be to drop noise words from the search criteria since people will unknowingly add them.
[originally posted on jforum.net by monroe]