Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Mar 2009 at 16:34 UTC
Updated:
9 Mar 2010 at 15:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
avpadernoI would take it means to use AND after a word of at least three characters; it does not accept you use AND like first word.
Comment #2
avpadernoComment #3
kenorb commentedURL: search/node/and
Comment #4
avpadernoI guess "and" is treated as a conjunction, and not as a word to search.
Comment #5
kenorb commentedBut message in this case is confusing.
Search should be passed when AND have no any arguments, or message should be changed to correct.
Comment #6
jhodgdonAgreed, the message is confusing. Take a look at this search page.
Comment #7
jhodgdontagging and changing priority.
Comment #8
avpadernoI guess that it should be explained better what means, or that is not considered.
Are there any other words with three or more characters that are not considered positive words?
Comment #9
jhodgdonThe word "positive" there is rather hard to understand and should be removed.
OR is the only other word that is special, as far as I can see from the code.
Comment #10
avpadernoI agree that is too difficult to be understood from all users, and is too generic. I take it means , but that is not explicitly stated from the error message, which should report exactly which words are not considered.
Comment #11
jhodgdonOR is the only other word that is caught as a special case by the search engine -- might as well mention both of them. The 3 character limit is configurable, so someone could set it to 2.
Comment #12
jhodgdonRelated issue:
#146278: The "No results" text is not correct for UserSearch -- search help needs to be per-plugin, not global
Comment #13
jhodgdonThere are some other quirks of the search that definitely need to be mentioned. I think that this issue and #146278 are close enough to be considered duplicates. I'm moving the other one to be Drupal 7.x and adding some details to it, and I'm closing this one as a duplicate.