File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ Alternatively you can integrate this project into the web framework of your choi
53
53
- [ Automatic REST API for Symfony 4] ( https://tqdev.com/2019-automatic-rest-api-symfony )
54
54
- [ Automatic REST API for SlimPHP 4] ( https://tqdev.com/2019-automatic-api-slimphp-4 )
55
55
56
+ In these integrations [ Composer] ( https://getcomposer.org/ ) is used to load this project as a dependency.
57
+
56
58
## Configuration
57
59
58
60
Edit the following lines in the bottom of the file "` api.php ` ":
@@ -305,7 +307,7 @@ As you see we added a number to the "filter" parameter to indicate that "OR" ins
305
307
Note that you can also repeat "filter1" and create an "AND" within an "OR". Since you can also go one level deeper
306
308
by adding a letter (a-f) you can create almost any reasonably complex condition tree.
307
309
308
- NB: You can only filter on the requested table (not on it's included) and filters are only applied on list calls.
310
+ NB: You can only filter on the requested table (not on it's included tables ) and filters are only applied on list calls.
309
311
310
312
### Column selection
311
313
You can’t perform that action at this time.
0 commit comments