I have a filter category for finding businesses at 1 of 4 different price points. It’s the typical array of options you would see in a marketplace:
I have my filter set to “When price point INCLUDES Price Point Selection” because I want ALL businesses to show before the price is selected and it’s just on the dash ( - ). If I changed it to “Price IS…” no businesses would show until selection is made.
BUT because I have it set to INCLUDES instead of IS, when a user selects anything less than the highest ($$$$), it will include anything greater than the selection.
EX: User selects ($) it will show businesses at $ and $$ and $$$ and $$$$
User selects ($$$) it will show businesses rated at $$$ and $$$$
What can I add to my database so that the ($) reads as a specific setting or number? I’ve tried to add a math column but I’m not doing it right.