When will Postgres's full text search supports phrase match and proximity match?
Posted
by hko19
on Stack Overflow
See other posts from Stack Overflow
or by hko19
Published on 2010-05-25T21:36:11Z
Indexed on
2010/05/25
21:41 UTC
Read the original article
Hit count: 260
postgresql
|full-text-search
As of Postgres 8.4 the database fts does not support exact phrase match, nor does it support proximity match if given 2 terms. For example, there is no way to tell Postgres to match on content that have word #1 which is in a specified proximity of word #2. Any one know the plan of Postgres and possibly which version will phrase and proximity match be supported?
© Stack Overflow or respective owner