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
Ideally should have multiple search 'modes'/scopes:
full docs search
search the whole website, including across all versions of each software
preferable if the search index can be preferentially searched with later versions of software first
somehow need to avoid the same page coming up different times from multiple versions (possibly have a custom index for this search mode which just includes the latest version of each page name??)
search the docs of a specified version of a software (e.g. search only the QGC 4.1.4 docs)
can hopefully use just a subset of the default full index, branched out from just the relevant version folder of the specified software (not sure if that's how search indexes work, so may be required to create separate indexes for each version of each software)
[optional] search multiple versions of a specific software
could be all versions (likely easiest), or could be a (filtered?) subset (e.g. companion-1.0.*)
if we only want to support all, this is basically the same as 2. but from the parent/section folder of that software (if it's possible to search just a branch of an index then this is basically free, and would just need to be enabled)
kind of has the same issue as 1. for several (possibly identical) versions of the same page, but likely harder to deal with (maybe that's just a cost of using this mode)
If modes are available, need the UI to use them (may need input/help from @rafaellehmkuhl)
we're thinking something like GitHub's search bar, which allows easily selecting which scope to use
The text was updated successfully, but these errors were encountered:
Important for #1
companion-1.0.*
)The text was updated successfully, but these errors were encountered: