Re: [SQL] Postgres function for full text search

2011-01-24 Thread Ivan Sergio Borgonovo
On Mon, 24 Jan 2011 10:38:02 +0100 - wrote: > Hello everyone. > My question if any known one postgres function, for full text > search that separates words with "| "? > As plainto_tsquery separating words with "& ". > > For example text "word1 word2 word3 word4" > and conversion rates for full t

[SQL] Postgres function for full text search

2011-01-24 Thread -
Hello everyone. My question if any known one postgres function, for full text search that separates words with "| "? As plainto_tsquery separating words with "& ". For example text "word1 word2 word3 word4" and conversion rates for full text search postgres "word1 | word2 | word3 | word4" Or i mu