Tell us what you are trying to do?
Hi,
In the toolset view filter, I want to get search results that are greater than or less than the selection in Select.
ex)
- 50 points or less, 60 points or less, 70 points or less
- Level 1 or higher, Level 2 or higher, Level 3 or higher
How can this be implemented? The plugin is using Toolset Views.
Any suggestions would be appreciated.
What is the link to your site?
hidden link
Hi there,
There is no out-of-the-box option to implement such a feature in Toolset.
Instead, you need to custom code a PHP function that will be triggered on wpv_filter_query hook of Toolset.
For more information:
https://toolset.com/forums/topic/how-to-search-for-value-in-a-range/#post-1455297
https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query
Thanks.