algolia / instantsearch

⚑️ Libraries for building performant and instant search experiences with Algolia. Compatible with JavaScript, TypeScript, React and Vue.

Home Page:https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-instantsearch-app doesn't render price filter

rogerximenez opened this issue Β· comments

πŸ› Current behavior

I noticed adding price_range to --attributes-for-faceting would not actually render a filter. An example of the data found in price_range is 400:500. This is native to how data is structured from Shopify

πŸ” Steps to reproduce

  1. Open terminal
  2. Run create-instantsearch-app
  3. Select a value similar to the one described above for attributes-for-faceting
  4. Run the app
  5. Notice no filter is rendered

Live reproduction

Not applicable

πŸ’­ Expected behavior

System should recognize the customer is requesting numeric values to be filtered and display a price filter.

Package version

Latest React InstantSearch

Operating system

No response

Browser

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct