You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to search for multiple facet fields. But because of the dict parameters used in collective.solr.search.search() and collective.solr.solr.search() it is not possible to use more than one key with the same name, in this case facet.field. But as you can read here it is possible to ask Solr for more than one facet at a time.
It seems there have to be changed many things in order to allow faceting with multiple fields.
The text was updated successfully, but these errors were encountered:
I need to search for multiple facet fields. But because of the dict parameters used in
collective.solr.search.search()
andcollective.solr.solr.search()
it is not possible to use more than one key with the same name, in this casefacet.field
. But as you can read here it is possible to ask Solr for more than one facet at a time.It seems there have to be changed many things in order to allow faceting with multiple fields.
The text was updated successfully, but these errors were encountered: