Enable filtering by values in the directory shortcode
You can filter by specific values by using the filtering controls and linking to the resultant URL, but there are times where you want to embed a directory in a page and have only entries matching specific criteria to show up (e.g. a specific value in a field, or a specific date range) without having to append GET variables to the URL.
This is added in 1.0.4, coming soon!
Zack
-
We're working on it now. It'll be out within a week.
-
ReblCa Geeks commented
Prior comment made with the wrong email. How do we get the next update? We have Beta 1.0.3-beta. Perhaps this shortcode will fix our filtered sorting issue. Thanks.
-
Dave Osborn commented
How do we get the next update? We have Beta 1.0.3-beta. Perhaps this shortcode will fix our filtered sorting issue. Thanks.
-
In the next update, there is also a "search_field" parameter to the shortcode. See here: https://katzwebservices.zendesk.com/hc/en-us/articles/202934188
-
Currently, you can apply a search by using the start_date, end_date, and search_value attributes in the shortcode:
This would show entries with the text "Example" between June 16 and 17:
[gravityview id="123" search_value="example" start_date="2014-06-16" end_date="2014-06-17" /]
-
ReblCa Geeks commented
Yes. We have a form with information for many Clients. This would let us filter and just show one Client at a time onto their Dashboard.