Needs review
Project:
JSON:API Reference
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2023 at 10:59 UTC
Updated:
1 Feb 2023 at 17:58 UTC
Jump to comment: Most recent
Comments
Comment #3
prudloff commentedHere is a basic implementation.
However, it assumes you're not using this on a query with thousands of results.
Comment #4
eli-tI think this idea makes sense ❤️
I think we'd have to make such pagination through the results optional though; on a large dataset when using the autocomplete widget, this would lead to a worse user experience; you would have to wait far longer for a response, and if you're getting more than 50 results for an autocomplete, another 50 aren't going to be helpful.
Comment #5
prudloff commentedIndeed, I think it only makes sense for some widgets and if the dataset is not too huge.