jirutka / rsql-parser

Parser for RSQL / FIQL – query language for RESTful APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cassandra and elasticsearch pagination and sorting not supported

smlingesh opened this issue · comments

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.