Skip to content

Commit 2da7d62

Browse files
authored
Update README.md
1 parent b3debe8 commit 2da7d62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/redis-search-django?style=flat-square)](https://pypi.org/project/redis-search-django/)
55
[![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/)
66
[![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)
87

98
![Django Tests](https://img.shields.io/github/workflow/status/saadmk11/redis-search-django/Django%20Tests?label=Test&style=flat-square)
109
![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
2221
- Auto Index on Model object Create, Update and Delete.
2322
- Auto Index on Related Model object Add, Update, Remove and Delete.
2423
- 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`.
2726
- Search Result Pagination.
2827
- Search Result Sorting.
2928
- RediSearch Result to Django QuerySet.
3029
- Faceted Search.
3130

32-
3331
# Requirements
3432

3533
- Python: 3.7, 3.8, 3.9, 3.10

0 commit comments

Comments
 (0)