PatFox
Results
2
issues of
PatFox
Hi, A small issue, this one -- the documentation gives the following example code for Controller::filterableBy() ``` protected function filterableBy() : array { return ['id', 'title', 'user.id', 'meta.source_id', 'created_at']; }...
I've created a model and controller (several of them, in fact), and most of it seems to be working fine. However, when I try to use the search endpoint, I...
bug