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

Internal citation layer entries do not get compacted #56

Open
cmc333333 opened this issue Jun 7, 2013 · 0 comments
Open

Internal citation layer entries do not get compacted #56

cmc333333 opened this issue Jun 7, 2013 · 0 comments

Comments

@cmc333333
Copy link
Contributor

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
                ]
            ]
        }, 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant