DoDCIO / eads

Enterprise APIs for Data Sharing (EADS)
https://dodcio.github.io/eads
Other
7 stars 2 forks source link

Should the filter operators include a "contains" mechanism? #59

Closed patricknowlan closed 7 years ago

patricknowlan commented 7 years ago

Problem

Potentially 2 examples:


Proposed Solution

Operator Description Example
=@ Contains substring Aggregate metrics where the city contains York: filters=ga:city%3D@York
!@ Does not contain substring Aggregate metrics where the city does not contain York: filters=ga:city!@York

Example From: Google Reporting API