You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParadeDB 0.15.0 removes paradedb.fuzzy_phrase in favor of the new paradedb.match. Subsequently fuzzy_phrase/6 has been removed from Paradex and replaced with match/6.
match/6 currently does not support the custom tokenizer option via the tokenizer parameter. Consequently the query will always be tokenized the same way as the field was at index time.
A version compatability table has been added to README.md.