Skip to content

Releases: ethanhann/redisearch-php

2.1.0

09 Sep 22:43
Compare
Choose a tag to compare

Add support for prefixes when creating an index and better support for adding hashes

2.0.0

04 Jul 13:15
ddce4cd
Compare
Choose a tag to compare
  • PHP 8.2 required.
  • All tests passing against latest redis/redis-stack docker image.
  • There is now a Docker Compose config in the library for testing (serves Redis on port 6381).

2.0.0-ALPHA3

24 Aug 05:39
c9df0e9
Compare
Choose a tag to compare

Upgraded deps to fix build issues

2.0.0-ALPHA2

26 Mar 03:04
e4656bf
Compare
Choose a tag to compare
2.0.0-ALPHA2 Pre-release
Pre-release
Various outstanding minor fixes

2.0.0-ALPHA1

25 Mar 22:57
8f3b8c5
Compare
Choose a tag to compare
2.0.0-ALPHA1 Pre-release
Pre-release

Release adds RediSearch 2.0 compatibility, though the 2.0 API isn't fully implemented with this release.

1.9.0

02 Nov 10:25
Compare
Choose a tag to compare

Get number of search results without retrieving the actual search results: http://www.ethanhann.com/redisearch-php/searching/#number-of-results

Add support for aliasing indexes:
http://www.ethanhann.com/redisearch-php/indexing/#aliasing

1.8.0

31 Oct 01:24
Compare
Choose a tag to compare

#54 Add support for PARTIAL and NOCREATE
#56 Add support for NOFREQS

1.7.1

31 Oct 01:22
Compare
Choose a tag to compare

#57 Fix build due to dependency

1.7.0

14 Sep 05:50
Compare
Choose a tag to compare

The 'DD' option is now supported when deleting. E.g. $index->delete('someid', true); Physically deletes the record, not just the index's reference to it.

1.6.0

29 Jul 07:02
Compare
Choose a tag to compare