You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tmuskin opened this issue
Aug 11, 2021
· 2 comments
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionexternalThis issue is caused by an external dependency and not Docusaurus.
Some pages are using tabs to organize information. We are using docusaurus-lunr-search as our search engine. When we try searching for information that is in the tabs it does not show in the search results.
See CodeSandbox and try to search for information that is underneath tabs.
The text was updated successfully, but these errors were encountered:
tmuskin
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Aug 11, 2021
Lunr is not an official Docusaurus core plugin and we don't provide support for it.
What you can see is that all the tabs content is in the static HTML file (unless you use the lazy=true prop):
This is the responsibility of the Lunr plugin to index correctly the content of hidden tabs, and you should report the issue on the plugin repo directly. I can help the plugin author if needed.
Your repro does not include the lunr plugin so I can't see the issue in practice.
bugAn error in the Docusaurus core causing instability or issues with its executionexternalThis issue is caused by an external dependency and not Docusaurus.
🐛 Bug Report
Description
Some pages are using tabs to organize information. We are using docusaurus-lunr-search as our search engine. When we try searching for information that is in the tabs it does not show in the search results.
Have you read the Contributing Guidelines on issues?
Yes.
Steps to reproduce
Expected behavior
Information that is in tabs is searched for and comes up in the search results
Actual behavior
The tabs pages do not come up in the search results
Your environment
Search engine is generated using docusaurus-lunr-search
Tabs are created using the documentation on tabs from Docusarus
Reproducible demo
See CodeSandbox and try to search for information that is underneath tabs.
The text was updated successfully, but these errors were encountered: