We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d5b36 + 6f30744 commit 54dfa96Copy full SHA for 54dfa96
1 file changed
CHANGELOG.md
@@ -9,6 +9,21 @@ Year format is defined as: `YYYY-m-d`
9
10
## [Unreleased]
11
12
+## [0.4.1 - 2023 - 04 - 23
13
+
14
+### Feature
15
16
+-The "Like" operator has been added with 3 options:
17
18
+ Full: allows a search filtering by the field provided and the value contains the String provided.
19
+ Left: allows you to perform a filtered search by the field provided and the value ends with the String provided.
20
+ Right: allows a search filtering by the provided field and the value starts with the provided String.
21
22
+The logic of the operators has been changed a bit.
23
24
+The corresponding tests have been added to validate that the queries with "Like" are generated correctly.
25
26
27
## [0.4.0] - 2023 - 04 - 23
28
29
### Feature
0 commit comments