Problem/Motivation

Not all Views displays can be used as a facet source, but there is a use case for creating a feed based on the filtered results.
To do so, I would clone the Facets from one display to another, but the Feed display is not available as a source.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ifrik created an issue. See original summary.

ifrik’s picture

Project: Facets » Search API
Component: Code » General code

It looks like this needs to be done in the Search API module now.

ifrik’s picture

Component: General code » Facets
ifrik’s picture

Status: Active » Needs review
FileSize
564 bytes

This is simply based on the configuration for Embed display.

ifrik’s picture

borisson_’s picture

Status: Needs review » Reviewed & tested by the community

Simple enough and adds new possiblities for facets, looks good to me.

drunken monkey’s picture

Status: Reviewed & tested by the community » Fixed

Ah, right, that makes sense … Even if you have no way to display the facets, applying the filters also needs a facet source, and definitely makes sense for more displays. So, yes, let’s add this, thanks!
Committed.
Thanks again, everyone!

  • drunken monkey committed bfc7855 on 8.x-1.x authored by ifrik
    Issue #3037972 by ifrik, borisson_, drunken monkey: Added facets support...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.