Chris Adams
Chris Adams
> @acdha can you take a look at this PR so we can get this moving forward? I don't use this project myself so I'd like to get some feedback...
I'll take a stab at it over the weekend.
I would also want to check for search engine support – e.g. Solr's highlighting is fairly configurable and has likely been tested with a much wider range of content. Where...
It'd definitely need to be rebased against master since a bit has changed in the last 3 years
Yes — if the tests are passing, I'll merge it.
Try rebasing this branch against master now that #1530 fixed the ES Travis build issues.
:thumbsup: on this feature. Do you think it would make sense to add some discussion to the documentation – probably https://django-haystack.readthedocs.org/en/latest/installing_search_engines.html#solr – which links to the Solr RandomSortField information and...
@fsw I was thinking it should follow the pattern of MLT and spelling suggestions where the documentation specifies configuration required for non-core features.
Do you have an example of why this is necessary?
One thought: since 1.4 the Django admin has returned TemplateResponse instances. This should allow replacing all of the SearchModelAdmin copy and paste with a simple super() call and changing the...