Something like this: ``` /api/user?query={"$and":[{"field":"~value"},{"field":"!=value"}]} ``` I'd like to be able to write my logic mainly on the client, rather than dealing with finders. Is this a feature you are willing to add?