-
Improvement
-
Resolution: Unresolved
-
Minor
The main search query is paged with a page size (limit) of 26.
However the start is only incremented by 25 each time.
Batch 1: Retrieve start = 0, limit=26 => items 0 - 25
Batch 2: Retrieve start = 25, limit=26 => items 25 - 50
i.e. item 25 has been retrieved twice