Hey, how can I add a metafield filter with greater than / less than operators?
According to the docs: https://shopify.dev/docs/themes/navigation-search/filtering/storefront-filtering the “lte” and “gte” operators are only available for the price field.
The specific use case are two sliders to filter products bei height/width by selecting max height/width.
I couldn’t find any documentation about how to solve this with a custom app either. Can you please point me in the right direction? I don’t mind having to write a custom app for it, since I’m a developer.
I would expect that it’s possible without having to replace the default filter app, to be honest. Having the option to use basic operators for filter seems kinda mandatory.