-
Notifications
You must be signed in to change notification settings - Fork 23
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(kcodeblock): not searching long content with short queries #1797
fix(kcodeblock): not searching long content with short queries #1797
Conversation
✅ Deploy Preview for kongponents-sandbox ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Removes the limitation to only trigger a search when (1) a piece of code is shorter than 1000 characters or (2) the query is greater than 2 characters. Signed-off-by: Philipp Rudloff <[email protected]>
0971b43
to
4b141bf
Compare
✅ Deploy Preview for kongponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kongponents ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Comment: The Percy failure is in the date picker component so unrelated to this change. |
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.
lgtm
# [9.0.0-alpha.30](v9.0.0-alpha.29...v9.0.0-alpha.30) (2023-10-27) ### Bug Fixes * **kcodeblock:** not searching long content with short queries ([#1797](#1797)) ([7e5e891](7e5e891))
🎉 This PR is included in version 9.0.0-alpha.30 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Removes the limitation to only trigger a search when (1) a piece of code is shorter than 1000 characters or (2) the query is greater than 2 characters.
PR Checklist