praveenn77 / docusaurus-lunr-search

Local / Offline Search for docusaurus
https://praveenn77.github.io/docusaurus-lunr-search-demo/
MIT License
490 stars 79 forks source link

Anchor tag does not have correct URL for opening results in a new tab #82

Closed evaera closed 1 year ago

evaera commented 2 years ago
  1. Go to a page within a subfolder, like https://lelouch77.github.io/docusaurus-lunr-search-demo/docs/doc1 on this project's own demo site
  2. Search something like "welcome", which will link to the blog section
  3. Middle-mouse click it, or look at the browser hover in the bottom left: image

The URL is wrong.

Expected: https://lelouch77.github.io/docusaurus-lunr-search-demo/blog/welcome Actual: https://lelouch77.github.io/docusaurus-lunr-search-demo/docs/blog/welcome

evaera commented 2 years ago

Related issue from my project (which depends on this project) where a user reported this: https://github.com/evaera/moonwave/issues/116

efectn commented 1 year ago

Have same issue

val1984 commented 1 year ago

Having the same issue with latest version of docusaurus-lunr-search.

I reverted to v2.1.15 and it works properly with this version.

Lullabyq commented 1 year ago

@val1984, probably you should just update docusaurus to latest version in order to make docusaurus-lunr-search work fine with version later than 2.1.15

val1984 commented 1 year ago

@Lullabyq This is with the latest stable version of Docusaurus: v2.3.1.

Lullabyq commented 1 year ago

ok, i have another guess, have you swizzled SearchBar component?

you can check it easily in src/theme, SearchBar folder should not be there

val1984 commented 1 year ago

@Lullabyq Thank you, I reran the swizzling command from the docs and now the URLs are correct!

@evaera @efectn Can you try re-running the swizzling command from the docs?

npm run swizzle docusaurus-lunr-search SearchBar -- --eject --danger

Or if you're using pnpm like me:

pnpm swizzle docusaurus-lunr-search SearchBar --eject --danger
praveenn77 commented 1 year ago

fixed in new version, try 3.1.0 https://praveenn77.github.io/docusaurus-lunr-search-demo/

Note!: Delete your themes/SearchBar folder before upgrading version. And swizzle is no more needed