Hi,

how can i specify more than one facet.field in
the query method from solr.py?

These trys doesn´t work:

res = c.query(q="Klaus", facet="true", facet_limit="-1", facet_field=['Creator','system'])

res = c.query(q="Klaus", facet="true", facet_limit="-1", facet_field='Creator', facet_field='system')

thanks in advance

Christian

Reply via email to