-
-
Notifications
You must be signed in to change notification settings - Fork 0
Support wildcards in data API field names #151
Copy link
Copy link
Open
Labels
featureBrand new features to SaplingBrand new features to Sapling
Milestone
Description
Add support to craft data API requests where field names also support wildcards. Useful in "search" type usecases where multiple fields can be queried for the same data;
GET /data/contacts/address_*/*cambridge*
This would find the search term "cambridge" in any position, in any field that begins with address_ (i.e. address_line1, address_line2, address_city, etc).
A wildcard alone would also allow searching in any field:
GET /data/itineraries/*/Cambridge
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureBrand new features to SaplingBrand new features to Sapling