Does the /search REST endpoint support pagination? (limit, offset and sort)

Hello

Does the /search REST endpoint support pagination? (limit, offset, and sort)

After seeing the result data and the database logs I see fixed the jmix.rest.default-max-fetch-size and offset=0 when using those parameters (limit, offset).

Thanks

Nevermind, I found my answer here: Swagger UI

Since I am using POST and adding the filter as a body object, then the limit, offset, and sort should be part of the body, not part of the URL parameters.