Skip to content

Support wildcards in data API field names #151

Description

@groenroos

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureBrand new features to Sapling

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions