Xiao-Hu Tai
Xiao-Hu Tai
I've had a similar issue and noticed that the sequence you add things to the container matters. For example, once I did `$app['twig']->addGlobal('foo', 'bar');`, everything added after that failed. So...
I'm not entirely sure if it _should_ work like that, maybe try `?filter[field]=!` instead? Edit: No never mind what I said, that's only for checking non-empty. I don't think you...
Leaving this ticket open so that others may see. [JSON API does not support this](https://github.com/json-api/json-api/issues/334) (issue might be outdated) and as far as I know, Bolt doesn't either. I think...
Have you explicitly defined both relationships in `contenttypes.yml`? As in, does the contenttype `categories` have a relation to `pages` (and vice versa)?
`search` only works with `q`, everything else is ignored. Yes, this is intended/expected. > If so could I request a feature for it to become possible to filter all content...
What do you mean exactly? This is indeed outside of the JSONAPI specifications as it's only meant to return the menus defined in `menu.yml`, nothing else. What would you want...
Ok thanks, that makes sense. I'll have to think about how those then, as it may potentially break BC. I did not want to add too much stuff to the...
Yeah, that seems like a nice idea.
This one's a bit tricky, but there's a hackish workaround that still works; do it like so: ``` &filter[datepublish]=>2017-01-01%20%26%26%202017-01-01 &&
See also: https://github.com/json-api/json-api/issues/372