Hi,
We have two separate collections in Typesense: notes and reports. We'd like to display results from both collections together, paginated and sorted by date (or another field), as if they were a single unified collection. Is there any built-in way in Typesense to merge collections for querying, sorting, and pagination? Or is the only option to handle this logic on the frontend after fetching results separately?
Any best practices or workarounds would be appreciated!
Thanks!