Hi everyone! I am building a docusaurus page for a project.
I have two packages and created a documentation (on the same docusaurus instance) for each package.
Let's say package-core and package-client.
I use the docsearch scraper to index all of the documentation.
If I use the TypeSense Docusaurus search plugin the search works as expected.
But there is no way to tell if the search result belongs to package-core or package-client, it is always listed under "Documentation".
Is there a way to split the search results like this:
package core
--- result one
--- result two
package client
--- result one for client