django-haystack icon indicating copy to clipboard operation
django-haystack copied to clipboard

Modular search for Django

Results 158 django-haystack issues
Sort by recently updated
recently updated
newest added

This compartmentalizes better its operations, simplifies the Elasticsearch 2.x backend and lays groundwork towards a simpler 5.x implementation.

base.html may or may not exist in the user's app. Hence proposing to remove it's reference to avoid confusion (also discussed at https://github.com/django-haystack/django-haystack/issues/1243)

I wrote a test to test Whoosh's _boost using @DylannCordel's PR https://github.com/django-haystack/django-haystack/pull/1425. Can you take a look? If this is sufficient, it'd be nice to get this into 2.5.2 or...

The sparse list implementation avoids allocating the result cache elements until something triggers loading the actual content. This has a slight memory increase for very small querysets – roughly a...

Fix of "'Model' object is not iterable", occurs when save a object and update the index. ![captura de tela 2016-09-28 as 12 36 39](https://cloud.githubusercontent.com/assets/1929407/18922393/d540dfc8-857e-11e6-9844-e1adf437976e.jpg) ![captura de tela 2016-09-28 as 12...

Solr 5+ changed the JSON response format so the suggestions of spell check will be key-value mapped rather than simply paired elements in a list. Now it works for both...

backend : solr
spelling

See django-haystack/django-haystack#1424 for more details

backend : whoosh
boost

I started this update because I wanted a way to prevent the highlighter from always trimming the text the way it does: `...this wasn't ideal` Since I was adding a...

templatetags
highlight

In using the new generic_views, I noticed that the `SearchView` would be inheriting from `FormMixin` (from the `SearchMixin`) and also `FormView`. The changes are pretty minor, but I think it...

views

I was working on updating the generic_views and noticed that the faceting views/forms operated in a way I did not expect. Specifically, it required the view to pass in data...

views
forms
facet