Skip to content
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

Newline separated urls -> OneToMany list of urls #115

Open
u8sand opened this issue Jan 24, 2019 · 0 comments
Open

Newline separated urls -> OneToMany list of urls #115

u8sand opened this issue Jan 24, 2019 · 0 comments

Comments

@u8sand
Copy link
Contributor

u8sand commented Jan 24, 2019

Newline separated urls were convenient as an easy fix but have some issues:

  • Currently a character limit of 255 for the field is quite restrictive
    for a single url this restriction might be fine
  • It's not efficient to lookup single url matches in the database
    • useful for duplicate detection
    • url object resolution
    • ...
u8sand added a commit that referenced this issue May 27, 2021
References #115

- {ContactPoint,Organization,Person}.contact_info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant