Compare commits

..

1 Commits

Author SHA1 Message Date
Pierre Ducroquet 900ebf1d06 wcs_search_tokens: new FTS mechanism with fuzzy-match (#86527)
gitea/wcs/pipeline/head This commit looks good Details
introduce a new mechanism to implement FTS with fuzzy-match.
This is made possible by adding and maintaining a table of the
FTS tokens, wcs_search_tokens, fed with searchable_formdefs
and wcs_all_forms.
When a query is issued, its tokens are matched against the
tokens with a fuzzy match when no direct match is found, and
the query is then rebuilt.
2024-03-04 12:19:34 +01:00

Diff Content Not Available