Deividas Pekunas
12/06/2024, 10:42 AMlens 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?