Hi all ! :wave: Is there a way to filter out resul...
# community-help
m
Hi all ! 👋 Is there a way to filter out results using the "filter_by" argument and a regex when searching a document ?
k
👋 Typesense does not support regexp.
m
ok thanks !
so if I want to filter documents according to a pattern, is there a way to do it or none at the momen t?
k
We only support searching via prefix token at the moment. In 0.23 RC build, there is also support infix search (matching
*foo*
). No generic regexp support.