:wave: Hey, in some of our use cases we build the ...
# community-help
m
👋 Hey, in some of our use cases we build the filter_by query by combining multiple conditions from different sources. For example, we might have ~100 OR blocks with 2-3 fields each, and the fields could be repeated within each block. Does Typesense perform any query optimisations, or should we try to optimise the query on our end? Or is the performance impact negligible in this case?
h
Hi @Max Priazhevskii Typesense doesn't combine separate OR conditions of same field into one expression. Performance difference should be negligible though. Can you experiment with an expression to verify?
👌 1