kontent-ai / java-packages

Delivery Java SDK for Kontent.ai including examples for Spring, Gradle, Kotlin and Java Android app
https://kontent.ai/learn/tutorials/develop-apps/overview/?tech=java
MIT License
14 stars 28 forks source link

Add support for new filtering operators #106

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).