django-haystack / django-haystack

Modular search for Django
http://haystacksearch.org/
Other
3.59k stars 1.3k forks source link

whoosh backend ignores `indexed` property #597

Open xmedia-systems opened 12 years ago

xmedia-systems commented 12 years ago

whoosh backend ignores the indexed property of fields and queries only the content_field

toastdriven commented 12 years ago

Ignoring the indexed property sounds like a bug, especially after doing a quick check on the code, so I'm leaving this open for that.

As described in the pull request, the behavior of only searching one field by default is intentional. It's how Haystack works & what provides portability between backends.

xmedia-systems commented 12 years ago

Sorry, I was confused by the docs at http://django-haystack.readthedocs.org/en/latest/searchfield_api.html#indexed stating that all indexed fields are searchable.

acdha commented 10 years ago

It appears that this ticket is moot - should it stay open?