This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Add NSPredicate-specific operators to NSExpression #11013
Labels
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
release blocker
Blocks the next final release
runtime styling
Milestone
The NSExpression-based property value implementation in #10726 doesn’t support all the same predicate operators (for conditional expressions) that the NSPredicate-based filter implementation supports:
BETWEEN
(equivalent to>= AND <=
)IN
(reverse ofCONTAINS
)CONTAINS
(based on thehas
operator)/cc @jmkiley @anandthakker
The text was updated successfully, but these errors were encountered: