Support Full Text Search

I think that with the FullText field there is another use case than filtering per exact matching, it is the filter below a certain level of ranking. So I propose that the field permit domain based on integer. In such case instead of using the match operator, the expression is the comparison with the rank (normalized).

1 Like

After some testing it seems that it is useful to be able also to search by similarity to get result also for miss-spell.
So I think the best is to add also a similarity context key word that contains the similarity threshold to apply to the expression (if the back-end support similarity).
We could also add to the full text ranking the similarity. This should be configurable by context.

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.