Hello !
Dup of http://drupal.org/node/1535376

Is it possible to have mutliple selection facet:
Ex: I would like to list all products available in "Switzerland OR France" (Taxonomy)

Normally if someone select "Switzerland" it would hide the "France" facet and display only swiss items.

search_api_solr provide it , but not search_api_db.

rem: The goal is not to have an global OR conjunction between all facets, but to be able to specify the "AND" or "AND" usage per facet.

Any idea ?

Comments

cpliakas’s picture

Status: Active » Closed (won't fix)

Respectfully closing as "won't fix". Facet API doesn't perform the facet calculations, it is just an abstraction that backends use to provide a consolidated interface and facet building experience. Therefore this change has to be done in the Search API module. Therefore the duplicate issue you posted is the best place to continue this thread.

Thanks for posting,
Chris

mkalbere’s picture

Hello !
No prob for closing. But I wonder if it is not a search_api_databse issue more than a search_api issue.
By the way I gave up, I switched to search_api_solr, that manage this perfectly.
Thanks for your work,
Marc

cpliakas’s picture

Hm, that's a good question. Honestly it probably touches both projects, but maybe someone else will try when they need the database search to work as expected.

Thanks for posting back,
Chris