I have a Block View of Aggregator Items. I have attempted to add an Exposed Filter which would allow the user to select one of several options matching the Title of a given Feed, which would show only items from that Feed.

However, when I fill tick the option to expose the filter and fill out all the relevant information, the exposed filter does not display. Exposing this filter is a necessary component to my being able to utilize this View, therefore I would be so incredibly appreciative for any insight on this.

I am using Drupal core v7.50.

To Reproduce:

  1. Create a View of Aggregator Items
  2. Add an Exposed Filter for Aggregator Feed: Title1
  3. Give a couple Labels and operators to select from
  4. Save the View

At this point, no filter will be exposed to the user. I will gladly supply any additional information needed to evaluate this issue.

Notes
1. Though my specific use case is for the Title of the Aggregator Feed, I've not been able to expose any Filters on a View of Aggregator Items.

Comments

tclark62 created an issue. See original summary.

tclark62’s picture

Issue summary: View changes
tclark62’s picture

Issue summary: View changes
tclark62’s picture

Status: Active » Closed (duplicate)
Related issues: +#288101: Use AJAX to offer exposed filters on block Views

I truly apologize for cluttering the issue queue. I did not understand the extent of the problem and sincerely believed it to be only on Aggregator Items, but I was mistaken. The issue was happening on all blocks, which I did not realize. This is apparently a duplicate and fixed by enabling AJAX to display the filter in the block.