mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

New filter comparison type: ~=, ~, =~ #528

Closed Altiano closed 8 years ago

Altiano commented 8 years ago

There are already filter comparison for == for equality, != for inequality etc. But what about LIKE type (acts like sql LIKE keyword). for example, If the given value is "mon", it'll find any words that have that 3 character in sequence (e.g. monday, monster)

jfirebaugh commented 8 years ago

Tracking this request in #233.