Hi everyone,
I am currently working on a POC to use typesense for our Docusaurus documentation, using the Typesense DocSearch scraper and docusaurus-theme-search-typesense.
We have a custom table component with pagination, that uses URL query parameters to enable bookmarking the pages. I managed to get the crawler indexing the pages (e.g.
http://localhost/myPageWithTable?page=17), but the query parameters are removed in the search result (e.g.
http://localhost/myPageWithTable#someAnchor) so that it does not link to the correct page of the table.
Is there any way to preserve the query parameters?
Thanks in advance!
Gerald