Revision history [back]
psql text search - searches other than AND?
Is it possible (with the psql db) to have a search other than an AND of all the terms?
The two that I'm think of are:
- term1 OR term2
- term1 AND (NOT term2) (i.e. term1 -term2)
Is it possible (with the psql db) to have a search other than an AND of all the terms?
The two that I'm think of are: