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

Internal citation layer entries do not get compacted #56

@cmc333333

Description

@cmc333333

The Internal citation layer doesn't merge multiple instances of the same citation into a single entry with multiple positions.

For example:

"1005-Interpretations-20-(b)(4)-2-i": [
        {
            "citation": [
                "1005", 
                "20", 
                "b", 
                "4"
            ], 
            "offsets": [
                [
                    210, 
                    223
                ]
            ]
        }, 
        {
            "citation": [
                "1005", 
                "20", 
                "b", 
                "4"
            ], 
            "offsets": [
                [
                    450, 
                    463
                ]
            ]
        }, 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions