Sqlite3 FTS: Limiting length of items between two words in match request? Sqlite3 FTS: Limiting length of items between two words in match request? sqlite sqlite

Sqlite3 FTS: Limiting length of items between two words in match request?


Use NEAR query

SELECT id FROM topic_overviewWHERE overview match 'word_1 NEAR/5 word_2';