Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Postgresql Full Text Search sequence of strings

$
0
0

What I’m trying to do is that i have a bunch of html documents in which I need to search for certain groups of strings. I did build a ts_vector for all htmls but I seem not be able to find out if it possible to search for a exact sequence of strings like:

'firststring directly followed by other strings' and only match html documents that contain this sequence in this order.


Viewing all articles
Browse latest Browse all 1138

Trending Articles