divio / aldryn-search

Haystack 2.0 search index for django CMS
Other
48 stars 77 forks source link

Disable indexing the login_required field. #24

Closed qris closed 8 years ago

qris commented 9 years ago

Indexing boolean fields is broken on ElasticSearch. The current recommendation seems to be setting indexed=False on such fields. Apparently they are still searchable and everything works, according to comments on that issue.

czpython commented 9 years ago

@qris thanks for the report.

It would work on elastic search but break when using solr as engine. I think this should be a workaround in haystack, but will try to look further.