odd-platform
odd-platform copied to clipboard
Get rid of page info in data entity search results request
Currently we send PageInfo object to frontend for /api/search/{search_id}/results request, while frontend already has this information from /api/search/{search_id} request.
We need to get rid of this information duplication and use totals from /api/search/{search_id} request or switch to keyset pagination