Description:
Search: when one's trying to be specific, i.e. enter longer string (even forcing it into quotes), the system says that "the querry is not enough specific"!! So one has to enter less specific string and go through the mess in the output..
Reported on:
Joomla 1.0.10, Joomla 1.09
Classification:
Medium
Affected functions:
Searchig.
Related files:
???
Steps to replicate:
Be specific, when entering your search querry. I.e. on http://www.joomla.org - FORUMS enter "Direct Access to this location is not allowed." and you'll get reply: "Your query was not specific enough. Try using larger words, or less common phrases." When you enter LESS specific phrase, i.e. "Direct Access", then the search engine finds and displays results (loads of them)...
Proposed fix(es):
The best and easiest way: Introduce strings, i.e.:
word1 word2 word3 ==> word1 OR word2 OR word3
"word1 word2 word3" ==> word1 AND word2 AND word3
Of course, there are more challanging but better ways, i.e. introducing "+" and "-" operators as well and displaing output progressively (when no strings or signs used), showing first the most specific results (putting "AND" between all operators), then less specific (combination of "AND"s and "OR"s) and finaly results of the least specific querry (all "OR"s)
[NOT JOOMLA] Search engine wrongly reports "not specific querries"
[NOT JOOMLA] Search engine wrongly reports "not specific querries"
Last edited by stingrey on Sun Jul 02, 2006 4:55 pm, edited 1 time in total.
Oak
- stingrey
- Joomla! Engineer
- Posts: 360
- Joined: Mon Aug 15, 2005 4:36 pm
- Location: Marikina, Metro Manila, Philippines
- Contact:
Re: [UNCONFIRMED] Search engine wrongly reports "not specific querries"
If you are saying you are having problems with the Search function when using the official forums here:
forum.joomla.org
then please note this forum is powered by teh completely standalone forum project SMF:
http://www.simplemachines.org/
The Joomla! search functionality does not have the kind of functionality response you describe
forum.joomla.org
then please note this forum is powered by teh completely standalone forum project SMF:
http://www.simplemachines.org/
The Joomla! search functionality does not have the kind of functionality response you describe
Joomla! Core Team Member
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Software Coding and Design - Stability Team Leader
God grant me the Serenity to Accept the things I cannot change, the Courage to change the things I can and the Wisdom to know the Difference.
Re: [UNCONFIRMED] Search engine wrongly reports "not specific querries"
Yes, you're right. I didn't think about this possibllity...
Oak