restless-haystack¶
Create a RESTful resource for Haystack-based searches in Django, using the lightweight Restless framework.
API Reference¶
Release Notes¶
- v0.2.0 (2016-11-16)
- Renamed
HaystackResourcetoSearchableResource. The former is still available, but deprecated, and will be removed in the upcoming 0.3.0 version.- Same applies to
haystack_resource_factoryandsearchable_resource_factory, respectively.
- Same applies to
- Added
SimpleSearchableResource, which directly emulates the basic behaviour of Haystack’sSearchView. - Added
AutocompleteSearchableResource, which extendsSimpleSearchableResourcewith autocomplete support.
- Renamed
- v0.1.0 (2016-03-10)
- Initial release
- Added
HaystackResource - Added
haystack_resource_factory