Make sure that attribute_filters
cannot be set to {"key": []}
#700
Open
Description
For the moment, such value would be accepted by the backend - but its meaningless because it would exclude all images. This may change, backend-side, and we may actually make it invalid.
Client-side, we should never prepare such a request body.
@tcompa Agreed to all! Looks good to me. I'll review additional type filter questions on that issue separately
attribute_filters={"key1": []}
I have no strong opinion on this. In general, we should not allow people to actually set such filters in the interface.
Metadata
Assignees
Labels
No labels
Type
Projects
Status
TODO