PostgreSQL: full text search on entire words
Here is a way I found to make full a full text search on entire words only with postgreSQL (tested on v8.1): SELECT field1,field2 FROM […]
Continue reading »Sharing few experiences that may be of any interest…
Here is a way I found to make full a full text search on entire words only with postgreSQL (tested on v8.1): SELECT field1,field2 FROM […]
Continue reading »