Closed (won't fix)
Project:
Facet API
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2012 at 20:21 UTC
Updated:
9 May 2012 at 19:45 UTC
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
Comment #1
cpliakas commentedRespectfully 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
Comment #2
mkalbere commentedHello !
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
Comment #3
cpliakas commentedHm, 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