enhancementhelp wanted
Repository metrics
- Stars
- (10,145 stars)
- PR merge metrics
- (Avg merge 6d 17h) (4 merged PRs in 30d)
Description
As far as I can tell, you can't currently run a Full-text search and order by rank in SQLite.swift.
SELECT * FROM fts WHERE fts MATCH ? ORDER BY bm25(fts);
SELECT * FROM fts WHERE fts MATCH ? ORDER BY rank;
Is this feature currently available? If not, how do we order the results of a Full-text search by relevance? Is there currently a workaround?