CityOfLosAngeles / hcid-lookup-tool

A lookup tool for data from LAHD. Repository has been archived 2022-10-13.
Apache License 2.0
0 stars 3 forks source link

updated input tags to match DB columns and made where conditional #44

Closed rhouse00 closed 7 years ago

rhouse00 commented 7 years ago
  1. updated input tags (for / id / name) to match AddressMaster database columns
  2. Changed to post from get route (my fault I originally suggested the get route)
  3. Added whereStatement object to allow for a fuzzy search
    • i.e. inputting 'Sunridge 90293' will produce multiple results, where as inputting '104 Sunridge 90293' will only produce one result
mwhitcom commented 7 years ago

Nice job!