FTS5 Auxiliary Functions Functioning with LIKE Operator Despite Documentation Restrictions
Documentation Discrepancy: FTS5 Auxiliary Functions Invoked via LIKE Operator The FTS5 auxiliary function documentation explicitly states that auxiliary functions such as snippet(), highlight(), and bm25() may only be used within full-text queries employing the MATCH operator on FTS5 tables. However, empirical observations reveal that these functions can execute successfully in queries using the LIKE operator…