Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@MacFJA MacFJA released this 21 Jan 00:01
· 108 commits to main since this release

Fixed

  • Wrong output of the NumericFacet (#1, #2) - By @alister
  • Missing Composer plugin
  • Missing getSeparator method in TagField
  • Missing total number of result
  • Fix typo in search parameter (RETURN)
  • Fix prefixes data from index information

Added

  • Unit test on NumericFacet (#2) - By @alister
  • Index stats can return fields as object.
  • Fields implements Comparable interface
  • Paginate results.
  • Syntax error detection in search.

Changed

  • Rename Index::addFromArray to Index::addDocumentFromArray for consistency (Depreciation, keeping BC)
  • Rename namespace from MacFJA\RedisSearch to MacFJA\RediSearch(Depreciation, keeping BC)
  • Uniformize Builder interface (Deprecation, keeping BC)

Deprecated

  • The whole namespace MacFJA\RedisSearch (replaced by MacFJA\RediSearch)
  • MacFJA\RediSearch\Aggregate::aggregate
  • MacFJA\RediSearch\Index::addFromArray
  • MacFJA\RediSearch\Index\Builder::create
  • MacFJA\RediSearch\Search::search

Big thanks to @alister for his contribution!