Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2007 at 15:53 UTC
Updated:
5 Mar 2010 at 01:40 UTC
Searching in profile fields and synonyms (not only in categories) would be good :)
Comments
Comment #1
robertdouglass commentedThe profile feature request is a duplicate.
http://drupal.org/node/28325
I'm therefore renaming to add a synonym feature. The site administrator would presumably maintain a list of synonyms for words that would either get indexed during the analysis phase or added into the search query (couch OR sofa).
Comment #2
jhodgdonThis seems like something to do in a contributed module rather than in the core of the search module.
It could easily be done via the hook_search_preprocess() API, where the module would maintain the synonym list, and any time you search/index you would put synonyms into the search index.