We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776148c commit 2b7a6b9Copy full SHA for 2b7a6b9
modules/ROOT/pages/migration/index.adoc
@@ -98,12 +98,13 @@ query {
98
99
=== Implicit equality filters are deprecated
100
101
-Implicit equality filters such as:
+The following implicit equality filters are deprecated:
102
103
- `{ name: "Keanu" }`
104
- `{ count: 10 }`
105
106
-Are deprecated in favor of `{ name_EQ: "Keanu" }` and `{ count_EQ: 10 }` respectively and will be removed in the next major version.
+You can achieve the same by using `{ name_EQ: "Keanu" }` and `{ count_EQ: 10 }`.
107
+The deprecated quality filters will be removed in version 7.x.
108
109
[cols="1,1"]
110
|===
0 commit comments