File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ Year format is defined as: `YYYY-m-d`
9
9
10
10
## [ Unreleased]
11
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
+
12
27
## [ 0.4.0] - 2023 - 04 - 23
13
28
14
29
### Feature
You can’t perform that action at this time.
0 commit comments