Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add query parameter to filter results by name #15

Merged
merged 4 commits into from Sep 7, 2017
Merged

Commits on Sep 6, 2017

  1. Make binding of AND after OR explicit

    We first want to do a disjunctive query on all names and then add any
    potential additional filters as a joint conjunction at the end of that.
    c-w committed Sep 6, 2017
    Copy the full SHA
    84ea68b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    24a9329 View commit details
    Browse the repository at this point in the history
  3. Add option to filter any query by name

    This is generally useful, e.g. imagine querying for all features in a
    bounding box or at a particular point but while already having an idea
    of the names of features that we want to retrieve. Additionally, the
    feature will be used in the Fortis dashboard for implementing
    auto-suggest in the place search pane.
    c-w committed Sep 6, 2017
    Copy the full SHA
    aa34974 View commit details
    Browse the repository at this point in the history
  4. Perform lowercasing in Postgres

    c-w committed Sep 6, 2017
    Copy the full SHA
    64b5782 View commit details
    Browse the repository at this point in the history