Redisearch Py Versions Save

RediSearch python client

v2.1.0

2 years ago

?Added Features

(#153)

  • add support to single scheme field @AvitalFineRedis (#148)
  • Fix missing import + typo in README.md @Noezor (#141)
  • FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN @AvitalFineRedis (#144)
  • Support 'AS' on fields and on RETURN @AvitalFineRedis (#135)
  • ft.info change fields to attributes @ashtul (#139)
  • Support json index type @AvitalFineRedis (#130)
  • poetry, 2.7+, and 3.6+, no 2.9- @chayim (#132)
  • move sortable and no_index to the field field abstract… @leibale (#118)
  • transaction needs to be set to false, pipeline is OK tho @maguec (#119)
  • add Scorer option to Query @chrisdiana (#113)
  • add keep_docs to drop_index @ashtul (#108)
  • check module version in tests @ashtul (#106)

Other Changes

  • pinning redis to 3.5.3 and updating minor version @chayim (#160)
  • Adding deprecation notice @chayim (#159)
  • virtualenv cache issue @chayim (#158)
  • Python 3.10 support, trove, and ci @chayim (#156)
  • python 3.10 - without the experimental installer disabled @chayim
  • Using github actions to publish to PyPi @filipecosta90 (#101)
  • Adding poetry cache to caches @chayim (#145)
  • replacing the version in the toml with the tag @chayim (#142)
  • Format fixes @AvitalFineRedis (#136)
  • fixing documentation errors @chayim (#138)
  • Add more examples @abrookins (#121)
  • README.md changes @emmanuelkeller (#109)
  • Fix tests after minor behavior changes @ashtul (#105)
  • Minor doc fixes. @simonprickett (#103)

v2.0.0

3 years ago

This version is adding support for RediSearch 2.0

Added features

  • Add Support for RediSearch 2.0 IndexDefinition (#74, #75, #76)
  • Add connection password support (#82)
  • Add FT.TAGVALS command (#94)
  • Add FT.alias functionality (#99)

Thanks to: @maguec, @surajptl & @jtylh for the contributing!

v1.0.0

3 years ago

Enhancements:

  • Added support FT.CONFIG command (#60)
  • Allow empty group_by([], reducer) ie. GROUPBY 0 (#68)
  • Added support for ADDHASH command (#69)
  • Added support for 'DD' parameter in FT.DEL command (#69)

Fixes

  • fixed an error while using cursor in aggregate (#69)
  • use six library for isinstance (#66)

Thanks to: @dipinarora9 @quintonparker @rednafi for the contributing!

v0.9.0

4 years ago
  • Add spellcheck, dict operation commands - FT.SPELLCHECK, FT.DICTADD, FT.DICTDEL, FT.DICTDUMP (#33)
  • Add support for FT.MGET (#57, #56)
  • Add double metaphone phonetic matcher (#55)
  • Add support for NOCREATE (#52, #53)
  • Add password to init func (#58)
  • Add with_scores support to search command (#59)

Thanks to: @joeirimpan, @Aslan11 and @germanramos for the contributing!

v0.8.3

4 years ago

Fix setup.py use requirements list

v0.8.2

4 years ago

Fix setup.py requirements list

v0.8.1

4 years ago

Fix pypi release

v0.8.0

4 years ago

Features

  • Add 'alter schema add' support

Fixes: #37 - TagField does not work when changing separator #41,#40 - Fix APPLY / SORTBY / GROUPBY / REDUCE order on FT.AGGREGATE s #44 - Fix TextField Sortable/Nostem

v0.7.1

5 years ago