As per recent discussions, we agreed to allow users to insert query settings via hash (not only update).
Because of that we need to:
- change the interface
- ensure insert case works
- ensure query settings optimization works
- ensure $querySettings doesn't fail on generating debug query shape and rather "nothing" should be returned
- ensure existing tests pass
- related to
-
SERVER-87121 Remove additional namespace mapping in QuerySettingsManager
- Closed