You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For individuals that may have multiple tags for alternate names, the name() function returns only the last such encountered tag. To avoid breaking existing code, I'd propose extending this so that multiple such tags can be extracted, either with separate functions (e.g. names(), births()) or an optional flag to the existing functions, that would return all names and birthdays. If there is interest in this, I'd be happy to provide a pull request.
The text was updated successfully, but these errors were encountered:
For individuals that may have multiple tags for alternate names, the name() function returns only the last such encountered tag. To avoid breaking existing code, I'd propose extending this so that multiple such tags can be extracted, either with separate functions (e.g. names(), births()) or an optional flag to the existing functions, that would return all names and birthdays. If there is interest in this, I'd be happy to provide a pull request.
The text was updated successfully, but these errors were encountered: