Hacker News new | ask | show | jobs
by knutwannheden 1351 days ago
I don't have experience with PG FTS, but I've used SQLite FTS5 and love it for its ease of use. Also I really like its NEAR() queries. I was a bit surprised that the post doesn't mention this capability and compare it with the other implementations (i.e. is it available and how does it compare performance-wise).
1 comments

What do near queries do?
It lets you specify a list of terms which mustn't be further apart from each other than a given number of tokens.