Skip to content

Releases: libgraviton/php-rql-parser

v3.0.0

20 Aug 08:53
2140dd4
Compare
Choose a tag to compare

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

22 May 07:47
Compare
Choose a tag to compare

Feature

  • Allow search with Floats and Integers, searched as String in Text Indexes. #65

v2.3.0

19 May 06:53
Compare
Choose a tag to compare

Feature

  • SearchNode implementation as query parser using Mongo TextIndexes #64

v2.2.0

19 Aug 13:44
Compare
Choose a tag to compare

Features

  • also apply select() expressions from the query to the QueryBuilder on Mongo ODM visitor #62

v2.1.0

16 Aug 13:26
Compare
Choose a tag to compare

Features

  • allow downstream users to use symfony 3 #61

v2.0.3

04 Jul 12:45
Compare
Choose a tag to compare

Bugfixes

v2.0.2

23 May 15:14
Compare
Choose a tag to compare

Features

  • Using multiple dashes in String value, and values.
  • Extended functionality string dash to field query.

v2.0.1

23 May 06:58
Compare
Choose a tag to compare

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

23 May 06:54
Compare
Choose a tag to compare

Features

  • Add $rql option to be valid field param.

v2.0.0-alpha16

14 Mar 10:50
Compare
Choose a tag to compare

Features

  • Add search() operator #55