rsql-parser icon indicating copy to clipboard operation
rsql-parser copied to clipboard

Parser for RSQL / FIQL – query language for RESTful APIs

Results 36 rsql-parser issues
Sort by recently updated
recently updated
newest added

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