Releases: libgraviton/php-rql-parser
Releases · libgraviton/php-rql-parser
v3.0.0
Features
- Break BC by externalizing the
search()
logic - but adding new events to handle them outside of this lib. Update deps a bit #69
v2.3.1
Feature
- Allow search with Floats and Integers, searched as String in Text Indexes. #65
v2.3.0
Feature
- SearchNode implementation as query parser using Mongo TextIndexes #64
v2.2.0
Features
- also apply
select()
expressions from the query to the QueryBuilder
on Mongo ODM visitor #62
v2.1.0
Features
- allow downstream users to use symfony 3 #61
v2.0.2
Features
- Using multiple dashes in String value, and values.
- Extended functionality string dash to field query.
v2.0.1
Features
- Add
-
to string value to be a valid, only in STRING operations.
When query using string:value-value there is no longer need to replace dashes with %2D as this is done in server side and then using the original RQL Parser.
v2.0.0-alpha17
Features
- Add
$
rql option to be valid field param.
v2.0.0-alpha16
Features
- Add
search()
operator #55