You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
It seems I am unable to use nested filters when querying my data. Code below represents my attempt to use a nested filter in the following way:
complex_filter1 = <simple_filter1> AND <simple_filter2>
complex_filter2 = <complex_filter1> AND <simple_filter3>
DE.search_filter = <complex_filter2>
Here is my code. Note that all of my simple filters, and those complex filters that are built up only of simple filters, work as expected:
I get the following message error when running this code:
Retrieve Status: False Code: HTTPStatus.OK Message: Error: The Filter Property '' is not a retrievable property. MoreResults: False RequestID: 0e981ef6-21a9-429e-b6b7-34b594a1435f Results Length: 0 Results: []
The text was updated successfully, but these errors were encountered: