summaryrefslogtreecommitdiff
path: root/tests/test_search.py
Commit message (Expand)AuthorAgeFilesLines
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-021-10/+20
* Add TIMEOUT to query class (#2519)shacharPash2022-12-211-0/+9
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-241-206/+92
* Fix `TIMESERIES` (round floats) and `JSON` tests (#2421)dvora-h2022-10-231-9/+2
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-041-0/+24
* Search test - Ignore order of the items in the response (#2322)dvora-h2022-08-041-1/+1
* Fix crash: key expire while search (#2270)dvora-h2022-07-241-0/+14
* Add `query_params` to FT.PROFILE (#2198)dvora-h2022-06-011-0/+24
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-56/+18
* Support CASESENSITIVE for TAG fields (#2112)Avital Fine2022-04-251-11/+36
* Clean up test supoort enterprise environments (#2082)dvora-h2022-04-041-2/+12
* Fix search query with params tests (#2076)dvora-h2022-03-311-4/+5
* Add dialect support for RediSearch queries (#2071)dvora-h2022-03-311-0/+45
* Support for Vector Fields for Vector Similarity Search (#2041)Avital Fine2022-03-231-1/+41
* Add support for SEARCH commands in cluster (#2042)dvora-h2022-03-141-30/+26
* Add pipeline support for search (#2038)dvora-h2022-03-081-0/+18
* Add support for HSET items (#2006)Marek Czaplicki2022-03-061-1/+1
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-0/+3
* Vector similarity search support (#1986)Chayim2022-02-151-0/+53
* fix quantile test (#1920)Ariel Shtul2022-02-091-1/+1
* Fix naming conventions (#1872)dvora-h2022-02-021-8/+8
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ...Avital Fine2022-01-101-0/+66
* Removing distutils from tests (#1773)Chayim2021-12-081-2/+2
* Aggregation loadall (#1735)Avital Fine2021-12-021-0/+5
* Added black and isort (#1734)Anas2021-11-301-261/+149
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-2/+2
* Support RediSearch FT.PROFILE command (#1727)Avital Fine2021-11-251-0/+43
* Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-58/+264
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+6
* Call HSET after FT.CREATE to avoid keyspace scan (#1706)Ariel Shtul2021-11-141-3/+3
* [TEST] search alias test (#1695)Ariel Shtul2021-11-101-17/+4
* Adding RediSearch/RedisJSON tests (#1691)Ariel Shtul2021-11-101-0/+99
* Sleep for flaky search test (#1680)Chayim2021-11-091-0/+4
* Adding support for redisearch (#1640)Chayim2021-10-251-0/+1219