Closed
Description
Repository methods defined with a @ Query
annotation are sent having the default size value of 10 set in the request and so only get the first 10 documents.
This can be worked around currently by adding a Pageable.unpaged()
parameter to the method and changing the return type to SearchPage<T>