This PR updates our stache whereJsonContains (etc) implementation to match every item in the values, not any as it currently does. This brings it inline with the behaviour on the Laravel side.
This is however a breaking change so I think targeting 6.x and master is right for this (?).
This PR updates our stache whereJsonContains (etc) implementation to match every item in the values, not any as it currently does. This brings it inline with the behaviour on the Laravel side.
This is however a breaking change so I think targeting 6.x and master is right for this (?).
The current behaviour is comparable to whereJsonOverlaps, which I've opened a seperate PR for: https://github.com/statamic/cms/pull/11112