Date: 12/1/2006 2:36 pm · Subject: Configurable Search Rules
- List of Stop words which will be ignored when a user enters them into a search query.
- List should be set to the default mysql stop words listed here
- Option to disable stopword processing, so that all terms are used in a search
- Site admins should be able to add/edit/remove stopwords
- Option for minimum word length to be used in a search
- Option to disable minimum word length (set to zero).
- Option for maximum word length to be used in a search.
- Option to disable maximum word length.
- Logic to detect if fulltext stopwords are currently enabled in mysql, if they are disable the webgui interface and display a screen to the admin explaining why the interface is disabled and how to turn off mysql stopword processing so they can use the webgui interface instead.
- Display list of words ignored in a search due to webgui search rules being enforced.