jirutka / rsql-parser

Parser for RSQL / FIQL – query language for RESTful APIs
739 stars 156 forks source link

Need RSQL query format for $MOD #42

Open RamJunglee opened 4 years ago

RamJunglee commented 4 years ago

@jirutka can you please help me here. Mongo query : { field: { $mod: [ divisor, remainder ] } } How can we convert this to RSQL

Thanks, Rambabu