Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Haystack

How Do I Add Related Data To A Haystack Model Index?

I have added haystack search to my fledgling django app and managed to create an index for a model,… Read more How Do I Add Related Data To A Haystack Model Index?

Django-haystack + Whoosh Searchqueryset().all() Always None

I am using: django: 1.9.7 django-haystack: 2.5.0 whoosh: 2.7.4 search_index.py class ProfileInd… Read more Django-haystack + Whoosh Searchqueryset().all() Always None

Whoosh Index Viewer

I'm using haystack with whoosh as backend for a Django app. Is there any way to view the conten… Read more Whoosh Index Viewer

Trying To Install Django-haystack

Hello I'm trying to install django-haystack on a Debian 7 x86 but it is impossible to install, … Read more Trying To Install Django-haystack

Django Haystack Distinct Value For Field

I am building a small search engine using Django Haystack + Elasticsearch + Django REST Framework, … Read more Django Haystack Distinct Value For Field

Haystack With Whoosh- Search Results Not Redirecting

I successfully installed whoosh and made it work with Haystack. Things are working fine but I'm… Read more Haystack With Whoosh- Search Results Not Redirecting

Django Haystack Locationfield Created As String Instead Of Geo_point In Elasticsearch

I'm using django 1.8.9, django-rest-framework, django-haystack together with Elasticsearch and … Read more Django Haystack Locationfield Created As String Instead Of Geo_point In Elasticsearch

Django-haystack With Solr Contains Search

I am using haystack within a project using solr as the backend. I want to be able to perform a cont… Read more Django-haystack With Solr Contains Search