Hi everyone! I am building a docusaurus page for a...
# community-help
d
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
j
I don’t think the docsearch UI allows you to do this natively. So you would have to fork it and make the changes needed to segment results like that using multi-search
d
thank you!
👍 1