Handle old opa account nums#209
Merged
Merged
Conversation
…y, to be carried into serializer
…le and return address response of related active (new) opa account num, with match_type = changed_key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handles old opa account numbers by adding an engine script to consume a source table of OPA account number changes and using that in a lookup if an API OPA account number search is performed and not matched to an active OPA account number, then if the searched account number is identified as an old number then its associated new number is used in the lookup and the match type is of changed_key is returned.
Fixes an issue with zip code handling for unmatched addresses so that the Passyunk returned value by lookup by address is used instead of the spatial service area lookup by address point.
Adds base_address to engine reports and API response.