odata-client-php icon indicating copy to clipboard operation
odata-client-php copied to clipboard

Where not contains

Open cooperRjp opened this issue 4 years ago • 0 comments

Hi,

Does anyone know how to implement a does not contains, for example get all products where product_title does not contain "DISCONTINUED"?

I thought it might have been ->where('product_title', '!contains', 'DISCONTINUED') but that doesn't work. I looked at the Grammar code but I couldn't see anything .

cooperRjp avatar Nov 29 '21 09:11 cooperRjp