Thanks,
but sorry I haven’t made myself clear enaugh. I’m aware that I can build filters as you outlined above, e.g. constructing a filter with subsequently making use of Filter.by_property.
but I have a hugh complex filter as a python structure as I explained, that I could previously (in v3) put into query.with_where(formal_filter).
But with_where does not exist anymore, and there is no substitute.
Or am I missing something?