Skip to content

fladi/drf-haystack

 
 

Repository files navigation

Haystack for Django REST Framework

Build status

image

Documentation Status

image

About

Small library which tries to simplify integration of Haystack with Django REST Framework. Contains a Generic ViewSet, a Serializer and a couple of Filters in order to make search as painless as possible.

Fresh documentation available on Read the docs!

Supported Python and Django versions

Tested with the following configurations:

  • Python 2.6
    • Django 1.5 and 1.6
  • Python 2.7, 3.3 and 3.4
    • Django 1.5, 1.6, 1.7 and 1.8

Installation

$ pip install drf-haystack

Supported features

We aim to support most features Haystack does (or at least those which can be used in a REST API). Currently we support:

  • Autocomplete
  • GEO Spatial searching
  • Highlighting
  • More Like This

About

Haystack for Django REST Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%