Jan Novotný
Jan Novotný
Because this issue is quite large and conflict handling is must have, I create issue with smaller scope #1006
This feature request partially opens up a path to a larger extension of the reference fetching enhancements. It would be also beneficial to be able to fetch only chunks of...
This issue will focus solely on referenced content. Pagination support in facet summary was moved to separate issue: https://github.com/FgForrest/evitaDB/issues/812
Server side implementation except API integration done. @lukashornych please see usage patterns in tests: - `io.evitadb.api.EntityFetchingFunctionalTest#shouldPaginateReferences` - `io.evitadb.api.EntityFetchingFunctionalTest#shouldStrippedReferences` - `io.evitadb.api.EntityFetchingFunctionalTest#shouldCombinePaginatedAndStrippedReferences` Client (gRPC/Java) will follow next.
- [x] add support for `spacing` inside pagination in reference content
Why do you think so? When pageSize is zero, how many pages would you have for 17 records? Infinite. But we cannot pass infinite value, so better is zero or...
Spacing support finalized, however there are still some tests failing.
First user impressions are that the concept is hard to grasp, although it's easy to implement from an engine point of view. It was pointed out to me by @lukashornych...
I'd be grateful if @jrhee17 or @ikhoon help me to carve out an idea where to start with the changes and where to look. I'm newbie to Armeria codebase. Pinpointing...