Version 1.1.0
Fixed
- Wrong output of the NumericFacet (#1, #2) - By @alister
- Missing Composer plugin
- Missing
getSeparator
method inTagField
- 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
toIndex::addDocumentFromArray
for consistency (Depreciation, keeping BC) - Rename namespace from
MacFJA\RedisSearch
toMacFJA\RediSearch
(Depreciation, keeping BC) - Uniformize Builder interface (Deprecation, keeping BC)
Deprecated
- The whole namespace
MacFJA\RedisSearch
(replaced byMacFJA\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!