I've got a query builder that's been built in house which is using a full text index in order to perform description searches.
The query is built and parametrized and I was wondering the best way to encode the form field from the website in order to pass search strings such as:
- Covered by
- "red" near "yellow"
- red" fish
Thanks