Fix online help search - #2572
Merged
Merged
Conversation
|
antares1470
reviewed
Sep 20, 2026
| "title": "About Constellation", | ||
| "category": "Overview", | ||
| "link": "ext\\docs\\CoreFunctionality\\about-constellation.html" | ||
| "link": "../ext\\docs\\CoreFunctionality\\about-constellation.html" |
Collaborator
There was a problem hiding this comment.
I suspect this needs to be \\ rather than /
Collaborator
Author
There was a problem hiding this comment.
I believe the \\ is just for when it is run from offline help, and it still functions in that case. All of the links in online help are / so I'm not sure whether it matters
Collaborator
Author
There was a problem hiding this comment.
Actually I've just tested using ..\\ and that does not work in offline help
antares1470
approved these changes
Sep 21, 2026
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.



Prerequisites
Reviewed the checklist
Reviewed feedback from the "Sonar Cloud" bot. Note that you have to wait
for the "CI / Unit Tests") to complete first. Failed Unit tests can be
debugged by adding the label "verbose logging" to the GitHub PR.
Description of the Change
Since the domain change, the search function in online help hasn't been working.
This is a potential fix for the search but it cannot be tested until it has been merged.
Alternate Designs
Why Should This Be In Core?
Fix for something in Core
Benefits
Possible Drawbacks
Verification Process
Applicable Issues