Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Facet option count with OR operator #91

@BrianAltenhofel

Description

@BrianAltenhofel

Original issue: https://www.drupal.org/node/2656356

Currently when using the OR operator, with a facet selected, the facet count for other options is 0. Elasticsearch can supposedly handle multi-select faceting similar to Apache Solr's tagging and excluding.

http://stackoverflow.com/questions/8908325/elasticsearch-excluding-filte...

What I want:

(-) Article
Basic page (5)
Blog entry (3)

What I'm getting:

(-) Article
Basic page (0)
Blog entry (0)

My settings are: OR operator, 0 minimum count, add facet for missing values (other facets only show with this enabled, makes it seem like the OR operator is not working correctly).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions