Hi,
I am trying to search a ticket using
this->client->search()->find('requester_id:'.$user_id.' type:ticket subject:'.array_get($param, 'search_key', ''))
which is giving me a response in offset pagination. Does the cursor-based pagination upgrade support listing of search tickets ? Please guide me on how to get the search results and perform sort and pagination on the search results. Thank you!