How to configure the FTS scoring?

Thanks, it is working :slight_smile:
Really appreciate your super fast responses !

That bug we identified looks like has to do with the query string syntax, you should see results with this by the way …

SELECT *
FROM `search` as a USE INDEX(USING FTS)
WHERE sub_type="me"
    AND SEARCH(a,"app_name:dark", {"index":"search_reduced"});

yes, it is working.

Again, thank you for all your support. You did great, I really appreciate it!