Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add q= free text param to facilities API endpoint #675

Merged
merged 3 commits into from
Jul 17, 2019

Commits on Jul 16, 2019

  1. Add q= free text param to facilities API endpt

    - Add `q=` free text param to facilities API endpoint
    - Update client to use `q=` param
    - Enable searches using `q` or `name` to search both name and OAR ID
    fields
    - Update client search input labels to indicate searches happen over
    names and OAR IDs
    Kelly Innes committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3c49fdb View commit details
    Browse the repository at this point in the history
  2. Push details page if only one facility returns

    If only one facility returns in the search response, push the details
    page for that facility. (The search tab will remain populated on clicking
    back.)
    Kelly Innes committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8a800ff View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Kelly Innes committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    d201bdd View commit details
    Browse the repository at this point in the history