I am working on a usecase which requires me to search through multiple domains with Algolia and Docusaurus and have managed to build a single index with records from multiple domains for doing a search.
But the challenge I now face is that the docusaurus search component has the baseUrl set to the same site which leads every result (even from a different domain) to the same base url. It would be great to have the ability to decide the base url from the search results rather than setting everything to the same site.