I have a large form that filters a list of products. I have successfully used query param to pre-populate the list based on checkbox items, but I also need to return results based on numerical values.
I am currently using range sliders to set a “minimum” or “maximum”. For example, “maximum price”.
Is it possible to use query param to pre-populate my results list based on a maximum price?
Any help is appreciated!