I try to use not or ne to filter user; seems not supported;
how can i use ne or not ;
microsoft engineer said :To filter using the NOT operator, you need to enable advanced query functionality, which requires you to add the $count=true query parameter and the ConsistencyLevel: eventual request header to the request, that is, ConsistencyLevel = "eventual"
I try to use not or ne to filter user; seems not supported; how can i use ne or not ; microsoft engineer said :To filter using the NOT operator, you need to enable advanced query functionality, which requires you to add the $count=true query parameter and the ConsistencyLevel: eventual request header to the request, that is, ConsistencyLevel = "eventual"
How to enable advanced query functionality