【发布时间】:2012-12-15 17:56:36
【问题描述】:
如何对传递给to_tsquery 的字符串中的特殊字符进行分隔?比如这种查询:
select to_tsquery('AT&T');
生产:
NOTICE: text-search query contains only stop words or doesn't contain lexemes, ignored
to_tsquery
------------
(1 row)
编辑:我还注意到to_tsvector 中存在同样的问题。
【问题讨论】:
标签: postgresql full-text-search