- Issue created by @rjhammond
- π¦πΊAustralia mingsong π¦πΊ
Try this module
- π¦πΊAustralia mingsong π¦πΊ
This article might help.
https://www.drupalchamp.org/blog/how-display-views-exposed-filters-block...
- πΊπΈUnited States NicholasS
I also found this very confusing to add but I eventually figured it out, mainly due to the link in #3. Here was my process if you left off at the end of these instructions https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... β
1. On the "Rest Export (/event-feeds)" that was created, add the exposed filter you want users to use, lets say "title" which contains any word.
2. Then create a second Display (Click the + Add) button, I choose "page". This view really won't be used except for exposing an "Exposed form filter block". So add the same EXACT exposed filter for "title" which you added to the "Rest Export (/event-feeds)".
3. Under the advanced settings, click yes to expose this filter as a block. https://www.drupalchamp.org/blog/how-display-views-exposed-filters-block....
3. Now just like you added the Original Calendar Block, you will add the exposed filter block from this second display. As long as the exposed filters are identical you should be able to use the exposed filter block to type in a title, and when you click submit the original Calendar block will have the same filtering.