rsql-parser
rsql-parser copied to clipboard
Parser for RSQL / FIQL – query language for RESTful APIs
I'm using Spring Boot, Spring Data Rest and this library. I followed this tutorial https://www.baeldung.com/rest-api-search-language-rsql-fiql and everything works fine. I've a problem when a field is an enumeration. In this...
Hey, I'd like to ask if it's possible to parse null and check on null?
I need rsql in one of my tasks. I've found this library very useful but could not pass the regexp verification when adding a new operator with whitespaces (ex.: '...
# Overview None of the existing operators provide support for testing whether a field is null or conversely is not null. Technically, such an operator would not require arguments, but...
For the sake of completeness, would it be possible to give a complete example of a custom operator in the documentation? I understand that semantics of the operator is not...
@jirutka can you please help me here. Mongo query : { field: { $mod: [ divisor, remainder ] } } How can we convert this to RSQL Thanks, Rambabu