Requested by a user. We should probably come up with a syntax better than the [c] used in predicates. Thoughts @bdash @kristiandupont @jpsim @cmelchior ?
Love your work - will love it even more with this issue cleaned up :-)
This was just shipped in v0.11.0.
Could you please add to the docs?
@edmofro will do. Heres is what will be added:
At the moment only a subset of the NSPredicate syntax is supported in the query language. Basic comparison operators
==,!=,>,>=,<, and<=are supported for numeric properties.==,BEGINSWITH,ENDSWITH, andCONTAINSare supported for string properties. String comparisons can be made case insensitive by appending[c]to the operator:==[c],BEGINSWITH[c]etc.
Most helpful comment
@edmofro will do. Heres is what will be added: