Using QueryAsync (from .Net API) our app needs to find all folders with some specific folder 'name' property, e.g. "YELLOW". Our attempts all retrieve YELLOW, but also variations, e.g. YELLOWGREEN, LIGHTYELLOW, etc. Quoting the name does not change the result. How must we structure the query operators so that only folders with the exact name "YELLOW" are returned?