Subject: RE: Search Feature....Mostly good with one problem. Any non-quoted, non-boolean search string composed of multiple words results in an HTTP 500 error. eg - wetsuit hole = error
- "wetsuit hole" = no error
- wetsuit AND hole = no error
This could probably be solved by tokenizing these strings before a search, or you may just want to return a page with search instructions. |