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
When searching through documentation, I would like to only display results relevant to the currently selected version.
Right now, all versions get combined into one search index.
Splitting the search index into separate entities by version would also reduce size needed to download upon opening the search panel.
What does the proposed API look like?
To make it non-breaking, it could be introduced as an optional prop to config.search like this:
What problem does this feature solve?
When searching through documentation, I would like to only display results relevant to the currently selected version.
Right now, all versions get combined into one search index.
Splitting the search index into separate entities by version would also reduce size needed to download upon opening the search panel.
What does the proposed API look like?
To make it non-breaking, it could be introduced as an optional prop to
config.search
like this:The text was updated successfully, but these errors were encountered: