rsql-parser
rsql-parser copied to clipboard
Parser for RSQL / FIQL – query language for RESTful APIs
Please see the link below for details https://github.com/jirutka/rsql-parser/issues/32
I would like to achieve something like this: `select * from events where params->>'name' = 'name123';` Params is the column of json type and has in it the field 'name'....
Hi, thanks for this cool parser, it's been very easy to use so far. Today I came across something that seems worth bringing up. I haven't read the whole [FIQL...
from spring boot is RSQL parser is not compatible with **public interface CassandraRepository extends [CrudRepository](https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/repository/CrudRepository.html?is-external=true)** it works only JPARepository . any idea about this implementation.
Suppose we have a `Book` class, that has an `Authors` field. The `Author` class has a name field. ```java public class Book { private List authors; } public class Author...
I am not sure if this is already implemented but I have not found this anywhere in the docs. I am letting the user enter an rsql query to filter...
My application is taking RSQLParserException and converting it to our application specific application. Now the message created from `ParseException::initialise` is not usable by our application and I wanted to create...
query=sort=+field query=sort=-field or something similar
Hi, great work! I have only a problem with nested object. I mix your rsql-parser with specification like explaned by Eugen Paraschiv. I have 2 entity PERSON and ADDRESS (1,n)...
Added a reference to vaultare's dependency on rsql-parser for Corda stuff if it makes sense to add.