You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,6 +280,8 @@ class ContactResource < JSONAPI::Resource
280
280
end
281
281
```
282
282
283
+
Then a request could pass in a filter for example `http://example.com/contacts?filter[name_last]=Smith` and the system will find all people where the last name exactly matches Smith.
284
+
283
285
##### Default Filters
284
286
285
287
A default filter may be defined for a resource using the `default` option on the `filter` method. This default is used
0 commit comments