-
Notifications
You must be signed in to change notification settings - Fork 124
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
Update search indexes only when the "dynamic" setting changes from false to true/strict #1702
Conversation
Codecov Report
@@ Coverage Diff @@
## 2-dev #1702 +/- ##
=======================================
Coverage 93.53% 93.54%
=======================================
Files 113 114 +1
Lines 7212 7250 +38
=======================================
+ Hits 6746 6782 +36
- Misses 466 468 +2
Continue to review full report at Codecov.
|
bc966ec
to
8618b1d
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
# [2.3.2](https://github.com/kuzzleio/kuzzle/releases/tag/2.3.2) (2020-07-07) #### Bug fixes - [ [#1701](#1701) ] Fix: description should not be required for plugin custom errors ([scottinet](https://github.com/scottinet)) - [ [#1695](#1695) ] Fix dump generation ([Aschen](https://github.com/Aschen)) - [ [#1698](#1698) ] Fix generic events on search queries ([scottinet](https://github.com/scottinet)) #### Enhancements - [ [#1702](#1702) ] Update search indexes only when the "dynamic" setting changes from false to true/strict ([Aschen](https://github.com/Aschen)) - [ [#1630](#1630) ] Loose coupling: security module ([scottinet](https://github.com/scottinet)) - [ [#1604](#1604) ] Add request ID in log ([Aschen](https://github.com/Aschen)) ---
What does this PR do ?
Force the search index update only if at least one dynamic field value went from
false
totrue