SQL Search functional improvements proposal
joel_guesclin - January 25, 2007 - 13:02
| Project: | SQL Search (Trip Search) |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Here are a series of functional improvements which I have been thinking about for trip_search: comments on these would be welcome:
- Make previously entered search values appear in the advanced search form, or the simple search form, depending on which one was used to enter the search (it used to do this and it somehow got broken)
- Provide a means for handling stopwords for different languages (using the PO file for example?)
- provide an externally callable trip_search function, for example allowing it be called from a "page not found" page to direct the user to possible matches
- investigate possibilities of using MySQL ranking to improve search results
- if possible, find some way of making sure that results get returned properly even when the word being searched for is up against some HTML formatting: for example if you search for "New features", and you have a node which contains this:
<h4>New features</h4>, then that node will not be returned because "features" is stuck up against the heading statement
