summaryrefslogtreecommitdiff
path: root/redis/commands/search/field.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-041-1/+11
| | | | | | | * withsuffixtrie * Update test_search.py * fix
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-9/+2
|
* Support CASESENSITIVE for TAG fields (#2112)Avital Fine2022-04-251-4/+13
| | | | | * Support CASESENSITIVE for TAG fields * add wait fot index + update all the callings to use getattr() instead of the string "idx"
* Support for Vector Fields for Vector Similarity Search (#2041)Avital Fine2022-03-231-5/+70
| | | | | | | | | | | | | | | | | | | | | | | * Support Vector field in FT.CREATE command * linters * fix data error * change to dic * add type hints and docstring to constructor * test not supported algorithm * linters * fix errors * example * delete example Co-authored-by: dvora-h <dvora.heller@redis.com>
* Added black and isort (#1734)Anas2021-11-301-4/+2
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Adding support for redisearch (#1640)Chayim2021-10-251-0/+94