Passing DocumentReference from search API (Typesense) to another page.

This problem is the last tiny bit before finishing my app. I can search, list and do everything I want with Typesense API. But when I want to pass DocumentReference to a page where all details of the items will be fetched from Firestore, I can't find a way to do it.

When I call Typesense API, the JSON path for the doc id is $.document.id, which is a string. How do I pass it as DocumentReference to another page? Do I have to use custom action?

Can anybody please help? ๐Ÿฅบ

2
5 replies