Hey! Let's say the search query is `lens 50mm`. I...
# community-help
d
Hey! Let's say the search query is
lens 50mm
. I want to get the same results if the user types
lens 50 mm
(with a space between
50
and
mm
). The easiest way would be to simply add a synonym like
50 mm
<->
50mm
. But what if I want a more dynamic solution, where any pattern like
{{any number}}mm
and
{{any number}} mm
would be treated the same way? The same should apply to terms like
16GB
and
16 GB
, and so on. Is there an easy way to configure this correctly? Do you have any advice?