Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

repository_url key should normalize against minor differences #7

@DuaneOBrien

Description

@DuaneOBrien

Nearly identical repositories can result in data fragmentation. Sample:

  {
    "repository_url": "http://tomcat.apache.org",
    "score": 3793
  },
  {
    "repository_url": "https://tomcat.apache.org/",
    "score": 3293
  },
  {
    "repository_url": "http://tomcat.apache.org/",
    "score": 12
  }

It seems like we could strip the protocol and any trailing slash or whitespace characters and reduce this, while getting the same results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions