Search is defaulting to an OR combination of the search terms, which IMHO is a mistake (and also, BTW not the default on Google). I would prefer search to default to ANDing the terms instead of ORing or at least have the possibility to configure this as a preference.
feedback
|
|
To all the critics: "And" is the default in all decent search engines. It just makes sense: if you are adding keywords you want fewer results. | |||||||||
feedback
|
|
This is now implemented in a simpler way; just begin each word with a + if it must appear in your results, eg:
| |||||
feedback
|
|
This has been annoying me for some time now, and I'm hoping this could be reconsidered.
While it is possible to work around this by prefixing every search keyword with | |||||
feedback
|
|
+1. Search functionality of any sort is only useful when there are enough items that it's not feasible to look through all of them to find what you want. Therefore it's obvious that setting a single search term will limit the list of items that you have to browse through to find what you want. And by inductive reasoning users will expect that since adding 1 term reduced the list of items, adding another term will further reduce it. Q.E.D. -0.8. In the actual search string the semantics of -0.3. If searches are ranked by the number of matched keywords (weighted for rarity, of course) then the But too late to change my vote. | |||
|
feedback
|
|
ANDing instead of ORing is a bad idea, lets use an example - someone is searching for
By default these terms are ORd together, and the results ranked and sorted by the frequency that each term appears in the document (for example the term "C#" is far more common than the term "Page" or "Master" and so when scoring pages more emphasis is given to these terms). The end result is many pages, however because of the ranking the ones that contain most or all of the given terms end up at the top of the results. However crucially note that although results that contain all terms are favoured, results don't have to contain all the terms - for example there may be many useful questions on master pages that don't use the words "how" or "to" (which are not considered stop words). | |||||||
feedback
|