3
Quote:
phppp wrote:
Isn't it the "EXACT" mode in XOOPS search?
What I mean is that the module itself would have a choice of what format it wants to accept the data in.
For example, I have a location database/geocoding within a locations module.
If the user were to type in:
New York, NY, USA
or
1315 Oakwood Ave, Raleigh, NC 27610
In a search box, the module finds that location and displays a map. The user really would not be thinking about what "Search mode" they are supposed to enter. They may not even know that commas have any special meaning or that they can't search for NY because it's too short.
They just know they are searching for a location, which should be found when they type it in. If they entered it in a search block, they wouldn't even have a choice of "search mode" anyway.
I would like for modules to be able to choose that they want the data in EXACT mode. Because for this module it really doesn't make too much sense in any other mode.
By the way, why is the default shortest word length set to 5?