[Answered ]-Django haystack with Solr – how to specify GET parameters?

2👍

✅

In short, the answer is that it can’t be done without creating a custom backend and SearchQuerySet. In the end I had to just revert back to a standard configuration and specifying dismax with an AltParser, slightly annoying because it affects your spelling suggestions.

Leave a comment