Currently the page parameter when passed to the backend, isn't actually being used. To help speed up render times this parameter should be incorporated into the search query somehow to limit the number of items actually returned. The number of results found should still include the total number of actual results regardless of how many were returned to the client.
Currently the
page
parameter when passed to the backend, isn't actually being used. To help speed up render times this parameter should be incorporated into the search query somehow to limit the number of items actually returned. The number of results found should still include the total number of actual results regardless of how many were returned to the client.