praveenn77 / docusaurus-lunr-search

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

Feature request: Add dynamic filtering option to configuration #151

Open omonk opened 3 months ago

omonk commented 3 months ago

I have an API schema with multiple versions rendered on my site. The issue at the moment is that the search results are duplicated for each version of the same endpoint.

The feature request would look something like this


// Location: https://developer.mozilla.org/en-US/docs/Web/API/Window/location

dynamicFilter: ({results, location}: { results: Results[], location: window.Location ) => {
   // filter results based off of location
}