From b0b26d6b68370e96d6ed15fbcb1a701aeff970dc Mon Sep 17 00:00:00 2001 From: tony Date: Wed, 6 May 2015 13:40:01 +0300 Subject: [PATCH] Added link to djangorestframework-word-filter package --- docs/api-guide/filtering.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api-guide/filtering.md b/docs/api-guide/filtering.md index 50c3f2cf82..cd0173419c 100644 --- a/docs/api-guide/filtering.md +++ b/docs/api-guide/filtering.md @@ -395,6 +395,10 @@ The following third party packages provide additional filter implementations. The [django-rest-framework-filters package][django-rest-framework-filters] works together with the `DjangoFilterBackend` class, and allows you to easily create filters across relationships, or create multiple filter lookup types for a given field. +## Django REST framework full word search filter + +The [djangorestframework-word-filter][django-rest-framework-word-search-filter] developed as alternative to `filters.SearchFilter` which will search full word in text, or exact match. + [cite]: https://docs.djangoproject.com/en/dev/topics/db/queries/#retrieving-specific-objects-with-filters [django-filter]: https://github.com/alex/django-filter [django-filter-docs]: https://django-filter.readthedocs.org/en/latest/index.html @@ -404,3 +408,4 @@ The [django-rest-framework-filters package][django-rest-framework-filters] works [nullbooleanselect]: https://github.com/django/django/blob/master/django/forms/widgets.py [search-django-admin]: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields [django-rest-framework-filters]: https://github.com/philipn/django-rest-framework-filters +[django-rest-framework-word-search-filter]: https://github.com/trollknurr/django-rest-framework-word-search-filter