Actions
Bug #2069
closedallow "complex terms" to be searched for in metasearch
Start date:
04/19/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2069
Description
need to allow searches for "acer saccharum". My suggestion: add white space
before and after each set of terms and search for " acer saccharum ", thus
avoiding "pseudoacer saccharum" being returned.
Updated by Michael Lee over 19 years ago
step 1: add white space around "the keywords" of an entity:
--add SQL: UPDATE keywords SET keywords = ' ' || keywords || ' ' WHERE keywords
NOT LIKE ' %' AND keywords IS NOT NULL;
step 2: parse string differently if " is passed. This is handled in .js ?
Updated by Michael Lee over 19 years ago
Actions