collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
22 stars 46 forks source link

Muliple facets not possible #246

Open NicolasGoeddel opened 4 years ago

NicolasGoeddel commented 4 years ago

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.