File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Supported Python Versions] ( https://img.shields.io/pypi/pyversions/redis-search-django?style=flat-square )] ( https://pypi.org/project/redis-search-django/ )
5
5
[ ![ Supported Django Versions] ( https://img.shields.io/pypi/frameworkversions/django/redis-search-django?color=darkgreen&style=flat-square )] ( https://pypi.org/project/redis-search-django/ )
6
6
[ ![ License] ( https://img.shields.io/github/license/saadmk11/redis-search-django?style=flat-square )] ( https://github.com/saadmk11/redis-search-django/blob/main/LICENSE )
7
- [ ![ GitHub stars] ( https://img.shields.io/github/stars/saadmk11/redis-search-django?color=success&style=flat-square )] ( https://github.com/saadmk11/redis-search-django/stargazers )
8
7
9
8
![ Django Tests] ( https://img.shields.io/github/workflow/status/saadmk11/redis-search-django/Django%20Tests?label=Test&style=flat-square )
10
9
![ Codecov] ( https://img.shields.io/codecov/c/github/saadmk11/redis-search-django?style=flat-square&token=ugjHXbEKib )
@@ -22,14 +21,13 @@ A Django package that provides **auto indexing** and **searching** capabilities
22
21
- Auto Index on Model object Create, Update and Delete.
23
22
- Auto Index on Related Model object Add, Update, Remove and Delete.
24
23
- Easy to create Document classes (Uses Django Model Form Class like structure).
25
- - Indexing nested models (e.g: ` OneToOneField ` , ` ForeignKey ` and ` ManyToManyField ` ).
26
- - Searching documents using ` redis-om ` .
24
+ - Index nested models (e.g: ` OneToOneField ` , ` ForeignKey ` and ` ManyToManyField ` ).
25
+ - Search documents using ` redis-om ` .
27
26
- Search Result Pagination.
28
27
- Search Result Sorting.
29
28
- RediSearch Result to Django QuerySet.
30
29
- Faceted Search.
31
30
32
-
33
31
# Requirements
34
32
35
33
- Python: 3.7, 3.8, 3.9, 3.10
You can’t perform that action at this time.
0 commit comments