By Fanny on
When i use search, and enter "csv" - i received error message: "You must include at least one positive keyword with 3 characters or more." But when i enter "cvs" - all is ok.
Why?! This is bug or feature? =)
When i use search, and enter "csv" - i received error message: "You must include at least one positive keyword with 3 characters or more." But when i enter "cvs" - all is ok.
Why?! This is bug or feature? =)
Comments
I just used csv as the
I just used csv as the keyword here on drupal.org's search, i did not recieve an error. instead I was handed back results.
Ouh...
Change cvs and csv. =) sorry
Natural language processing
The porter-stemmer module is used to enhance english language searching. A side effect is that technical terms ending in 's' are considered plurals, and end up one character shorter.
You can still search for cvs if you add an additional (longer) word to narrow things down though.
--
If you have a problem, please search before posting a question.