-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Backport 2.x] Remove query categorization from core #14762
Conversation
* Remove query categorization from core Signed-off-by: Siddhant Deshmukh <[email protected]> * Add changelog Signed-off-by: Siddhant Deshmukh <[email protected]> * Trigger Build Signed-off-by: Siddhant Deshmukh <[email protected]> --------- Signed-off-by: Siddhant Deshmukh <[email protected]> (cherry picked from commit d351c58) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14762 +/- ##
============================================
- Coverage 71.61% 71.59% -0.03%
- Complexity 62504 62509 +5
============================================
Files 5106 5101 -5
Lines 293554 293427 -127
Branches 42772 42762 -10
============================================
- Hits 210228 210077 -151
- Misses 65688 65729 +41
+ Partials 17638 17621 -17 ☔ View full report in Codecov by Sentry. |
@reta We are moving these changes to the query insights plugin and will backport those changes too to keep things consistent. We will be documenting this as part of the plugin documentation. Please let us know your thoughts. Hope we can review and approve this one. |
Sure, but the plugins follow some conventions for settings, fe: @andrross any concerns? ( |
@reta Thanks for the approval. Please merge the PR as I don't have write permissions. |
Understood. We are using the name |
Yes, we would need to deprecate this property in favour of |
@reta Will do the rename as a followup PR which I will backport. Is it okay to merge this for now? Need it to make sure our builds pass for the plugin. |
…nsearch-project#14762) * Remove query categorization from core * Add changelog * Trigger Build --------- (cherry picked from commit d351c58) Signed-off-by: Siddhant Deshmukh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <[email protected]>
Backport d351c58 from #14759.