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
After clicking on See all results in the search, it doesn't shows linkage/ navigation to the specific pages listed.
Is it some configuration issue, version issue or a dependency issue?
As I'm using the latest version of the search as well as docusaurus so it might be a compatibilty issue.
Can someone please help me with the same? Or guide me if I'm doing something wrong?
How can we best reproduce the bug?
No response
Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
Please describe the bug you are seeing
After clicking on See all results in the search, it doesn't shows linkage/ navigation to the specific pages listed.
Is it some configuration issue, version issue or a dependency issue?
As I'm using the latest version of the search as well as docusaurus so it might be a compatibilty issue.
Can someone please help me with the same? Or guide me if I'm doing something wrong?
How can we best reproduce the bug?
No response
Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-content-docs": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.44.5",
"@mdx-js/react": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/types": "^3.5.2",
},
Which Node.js version are you using?
v18.18.2
Which theme are you using?
Yes, I am using @docusaurus/theme-classic
How does your plugin config look like?
require.resolve("@easyops-cn/docusaurus-search-local"),
{
hashed: true,
indexDocs: true,
indexPages: true,
indexBlog: false
}
Additional context
No response
The text was updated successfully, but these errors were encountered: