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.