Hi everyone!
I have a working installation of Django 1.5.4 and Haystack 2.1.0.
I am currently trying to achieve what is explained at the following page:
http://wiki.apache.org/solr/SimpleFacetParameters#Tagging_and_excluding_FiltersBasically I need to prepend a special string beofre the facet name, in both the fq field and the facet.field.
Any ideas on how to implement this? As far as I understand there is no way to pass raw searches with custom parameters to SearchQuerySet.
Any help would be really appreciated.
Thanks!
Alex