Skip to content

Commit 2b7a6b9

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent 776148c commit 2b7a6b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,13 @@ query {
9898

9999
=== Implicit equality filters are deprecated
100100

101-
Implicit equality filters such as:
101+
The following implicit equality filters are deprecated:
102102

103103
- `{ name: "Keanu" }`
104104
- `{ count: 10 }`
105105

106-
Are deprecated in favor of `{ name_EQ: "Keanu" }` and `{ count_EQ: 10 }` respectively and will be removed in the next major version.
106+
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.
107108

108109
[cols="1,1"]
109110
|===

0 commit comments

Comments
 (0)