Skip to content

Commit b0b26d6

Browse files
committed
Added link to djangorestframework-word-filter package
1 parent 859c208 commit b0b26d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/filtering.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ The following third party packages provide additional filter implementations.
395395

396396
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.
397397

398+
## Django REST framework full word search filter
399+
400+
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.
401+
398402
[cite]: https://docs.djangoproject.com/en/dev/topics/db/queries/#retrieving-specific-objects-with-filters
399403
[django-filter]: https://github.com/alex/django-filter
400404
[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
404408
[nullbooleanselect]: https://github.com/django/django/blob/master/django/forms/widgets.py
405409
[search-django-admin]: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.search_fields
406410
[django-rest-framework-filters]: https://github.com/philipn/django-rest-framework-filters
411+
[django-rest-framework-word-search-filter]: https://github.com/trollknurr/django-rest-framework-word-search-filter

0 commit comments

Comments
 (0)