fix: Item filters not working and resolve the filter name mismatch #70
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
theme agency reported that category, fulfillment, etc filters are not working in brisk
related slack discussion: https://square.slack.com/archives/C04APS9G9RC/p1726591074757099
The reason the item filters are not working is that the filter properties (price_min, price_max) are not being bound to 'filters' during resource loading. Additionally, there's a parsing issue—for example, we use 'status' for in_stock and on_sale, but the front-end SDK sends the parameter as 'item_status,' causing rendering issues.