You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do this with .where(:name).eq("ar", NSCaseInsensitivePredicateOption) which admittedly does not roll right off the tongue. We could make friendlier version with symbols.
The
NSPredicate
format for doing this is appending[cd]
to the end of the condition, for example:Thoughts on an api for this? Or should we just notate it in the documentation and people can create their own
where()
statements?The text was updated successfully, but these errors were encountered: