Hello,
I would like to know what are best practices (what to use) for full text search pagination. I.e. sorting by relevance.
As I understand it is impossible to use search_after parameter to paginate results based on relevance (or am I wrong?).
If so, how is it better to paginate such queries? Scroll API? Offset parameter? Another technique?
Any advice is appreciated.
Best regards,
Alexandr