Skip to content

Allow ranking FTS results in Postgres-backed NDatabase

Siddharth Singh requested to merge ranked-fts into main

This MR changes searchText() in NDatabase to return a ranking result along with the search index text. This is to facilitate allowing ranked account searches in Ditto.

Merge request reports