Skip to content

Releases: ethanhann/redisearch-php

3.1.1

Choose a tag to compare

@ethanhann ethanhann released this 10 Mar 16:19

Attempt to support symfony console 7 and 8.

3.1.0

Choose a tag to compare

@ethanhann ethanhann released this 10 Mar 15:27

3.0.0

Choose a tag to compare

@ethanhann ethanhann released this 09 Mar 19:29
Release 3.0.0

2.1.0

Choose a tag to compare

@ethanhann ethanhann released this 09 Sep 22:43

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

2.0.0

Choose a tag to compare

@ethanhann ethanhann released this 04 Jul 13:15
ddce4cd
  • 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

Choose a tag to compare

@ethanhann ethanhann released this 24 Aug 05:39
c9df0e9

Upgraded deps to fix build issues

2.0.0-ALPHA2

2.0.0-ALPHA2 Pre-release
Pre-release

Choose a tag to compare

@ethanhann ethanhann released this 26 Mar 03:04
e4656bf
Various outstanding minor fixes

2.0.0-ALPHA1

2.0.0-ALPHA1 Pre-release
Pre-release

Choose a tag to compare

@ethanhann ethanhann released this 25 Mar 22:57
8f3b8c5

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

1.9.0

Choose a tag to compare

@ethanhann ethanhann released this 02 Nov 10:25

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

Choose a tag to compare

@ethanhann ethanhann released this 31 Oct 01:24

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