jirutka / rsql-parser

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

cassandra and elasticsearch pagination and sorting not supported #52

Open smlingesh opened 2 years ago

smlingesh commented 2 years ago

from spring boot is RSQL parser is not compatible with public interface CassandraRepository<T,ID> extends CrudRepository<T,ID>

it works only JPARepository . any idea about this implementation.