-
-
Notifications
You must be signed in to change notification settings - Fork 43
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 multiple hierarchy support #87
Conversation
To clarify, this PR does not add multiple hierarchies to a single document, it creates a separate document for each hierarchy. For example, Slavonski Kobaš has 2 hierarchies, one in Croatia and one in Bosnia and Herzegovina. Right now, we just support the one in Bosnia and Herzegovina. In this example, this PR would create separate documents so that there would be 2 results, one for each hierarchy. Some other examples are: |
522a8ce
to
803866d
Compare
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There were no failures in the acceptance-tests when running this branch on dev, so we are good to go :) |
803866d
to
d8a1b45
Compare
WOF supports multiple hierarchies per record, but previously, the importer only went with the last hierarchy in the array. In this PR, all hierarchies are supported.
Fixed #39
Supersedes #40
Connected to #2