Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vineey committed May 13, 2016
1 parent 787afb5 commit df239be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Author : John Michael Vincent S. Rustia +


ifdef::env-github[]
image:https://api.travis-ci.org/vineey/archelix-rsql.svg?token%2FkdSmFoN3e8GGHqffx761["Build Status", link="https://travis-ci.org/vineey/archelix-rsql"]
image:https://img.shields.io/:license-mit-blue.svg["License", link="https://github.com/vineey/archelix-rsql/blob/master/LICENSE.md"]
Expand All @@ -26,8 +25,8 @@ much welcome and appreciated!_
Rql specification used by this library is defined by this https://doc.apsstandard.org/2.1/spec/rql/[reference] and https://github.com/jirutka/rsql-parser[rsql-parser]. +
Please see for more information about rql expressions.

* filter - uses https://github.com/jirutka/rsql-parser[rsql-parser] library ast to convert filter string into its querydsl predicate equivalent
* select - converts rql select expression into its querydsl projection equivalent
* filter - uses https://github.com/jirutka/rsql-parser[rsql-parser] library ast to convert filter string into its querydsl predicate equivalent
* page - converts rql limit expression into its querydsl pagination equivalent
* sort - converts rql sort expression into its querydsl sorting equivalent
* spring - provides integration with spring data such as pageable
Expand Down

0 comments on commit df239be

Please sign in to comment.