Check for empty values
Changes in: api
It's now possible to check for empty or not empty values of content attributes in the delivery api with the new is
operator.
Examples:
filter_query[my_string][is]=empty
filter_query[my_string][is]=not_empty
filter_query[my_array][is]=empty_array
filter_query[my_array][is]=not_empty_array