kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Add support for new filtering operators #90

Closed huluvu21 closed 3 years ago

huluvu21 commented 4 years ago

Motivation

The reason for new filtering operators is to give the users of our API better tools for getting just the content they need.

Proposed solution

Add the new filtering operators mentioned in the Kentico Kontent product changelog.

Additional context

You may look at the implementation for .NET for a reference (i.e. EmptyFilter).