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 7da4845 commit ed5f2e6Copy full SHA for ed5f2e6
README.md
@@ -44,6 +44,16 @@ class UserController extends Controller
44
45
# Documentation
46
47
+### New in v1.4
48
+
49
+##### Filter by not existing related models
50
51
+```
52
+.../model?filter[!relation.type]=value
53
54
55
+Will match if there is no model of the relation where type = 'value'
56
57
### New in v1.3
58
59
##### Use base64 encoded values
@@ -107,4 +117,4 @@ Filter for a base64 encoded value
107
117
108
118
### Known issues
109
119
110
-* Sorting by related fields doesn't work yet.
120
+* Sorting by related fields doesn't work yet.
0 commit comments