MacFJA/php-redisearch

QueryBuilder\NumericFacet fails when searching for values <= N

alister opened this issue · 1 comments

Less than or equals 10 should render: @num:[-inf 10], it renders @num:[10 +inf]

PR #1 adds the ability to unittest, with phpunit, and fixes the issue.

Thanks a lot !

Nice catch