Wednesday, September 15, 2010

'or' filters can only check equality Exception

As described in "Query Filters" section here:

... keep in mind that || can only be employed when the filters it separates all have the same field name. In other words, || is only legal in situations where the filters it separates can be combined into a single contains() filter.

No comments:

Post a Comment