Scroll
views and contextual filter
Forums
I need help!
A content type has been created with several fields, including "Category" (taxonomy) and "Price" (numeric field).
The task is to display materials on a page created by views using contextual filters that meet the parameters of category/price from/to.
That is, we want to get a page like seite.ru/search/110/100/1000, where 110 is the term ID, and the price range is from 100 to 1000. I saw such an implementation on one site (it was definitely a Drupal site).
The question is how to set up filters for numeric fields?
Here’s what I’m talking about: http://firmaterra.ru/poisk.html click on the "Search" button and look at the URL.
Thank you in advance!