gabrielcsapo / docusaurus-plugin-search-local

An offline/local search plugin for Docusaurus v2
https://gabrielcsapo.github.io/docusaurus-plugin-search-local/
MIT License
25 stars 9 forks source link

Complex external URLs are not formatted properly when clicking on search results #42

Closed lbdm44 closed 2 years ago

lbdm44 commented 2 years ago

When clicking on an external search result, if the URL is complex there is a potential for the opened tab to be incorrect.

Example

Input

document path: "/foo/bar/graphql" base URI: "www.example.com/foo/bar/"

Output

www.example.com/foo/bar/bar/graphql

Expected

www.example.com/foo/bar/graphql