Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DBI (or any given agency) may not use the same exact street name and street name suffix.
Therefore, the search algorithm and queries must include street name and street suffix aliases.
For example, to search for the EAS primary addresses

Code Block

streetName = "SOUTH VAN NESS"

...


streetNameSuffix = "AVE"

...


baseNumber = "1"

DBI may submit these parameters:

Code Block

streetName = "S VAN NESS"

...


streetNameSuffix = "AV"

...


baseNumber = "1"

Example 1
Anchor
example1
example1

...