build_parameters.py: simplify nosearch marking for versionned files#7862
Draft
khancyr wants to merge 1 commit into
Draft
build_parameters.py: simplify nosearch marking for versionned files#7862khancyr wants to merge 1 commit into
khancyr wants to merge 1 commit into
Conversation
Hwurzburg
reviewed
Jul 20, 2026
Hwurzburg
left a comment
Contributor
There was a problem hiding this comment.
Not sure I agree with this....otherwise a user of an older version searching for a param will lose the ability to find it...is it spammy for some users, yes...but necessary for others...
Contributor
Author
|
I would agree if the search was showing some consitency. But right now, the page is just spammed with all parameter revision and no sane way to filter the revision we want and it also hid other page since we got a lot of parameter revision, so that make the search close to useless. |
Contributor
|
can we make the search fall back to the param revs IF it does not find anything using master param list? that way an old param will be found, but existing ones wont generate previous revs list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sphinx is doing weird stuff as including all versionned parameters into search, this PR remove the versionned parameter from the search, we should use only the latest parameter file.