-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to search for a '<lambda' Python function in the sidebar #1497
Conversation
# Conflicts: # RELEASE.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty cool! :) thanks @jitu5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great and works perfectly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 💯
* Fix to search for a '<lambda' Python function in the sidebar * Fix for failed test cases * Variable name updated --------- Co-authored-by: Tynan DeBold <[email protected]> Signed-off-by: Vladimir <[email protected]>
* Fix to search for a '<lambda' Python function in the sidebar * Fix for failed test cases * Variable name updated --------- Co-authored-by: Tynan DeBold <[email protected]> Signed-off-by: Vladimir <[email protected]>
* Fix to search for a '<lambda' Python function in the sidebar * Fix for failed test cases * Variable name updated --------- Co-authored-by: Tynan DeBold <[email protected]> Signed-off-by: Vladimir <[email protected]>
Description
Resolves #854
Searching for lambda or partial functions in the sidebar doesn't work when including the < or > character, as those interfere with either the search matching or element rendering.
QA notes
After this PR if your search query contains "<" or ">" it list result with correct highlighting. As show below.
Checklist
RELEASE.md
file