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

Indexing / Do not create empty object if no text #7294

Merged
merged 1 commit into from
Sep 20, 2023

Commits on Aug 29, 2023

  1. Indexing / Do not create empty object if no text

    When a CharacterString or an Anchor is empty, an empty object is created in the index. This is not necessary.
    
    eg.
    ```xml
       <gmd:identificationInfo>
          <gmd:MD_DataIdentification>
             <gmd:citation>
                <gmd:CI_Citation>
                   <gmd:title>
                      <gco:CharacterString>Biologische Waarderingskaart en Natura 2000 Habitat</gco:CharacterString>
                   </gmd:title>
                   <gmd:alternateTitle gco:nilReason="missing">
                      <gco:CharacterString/>
                   </gmd:alternateTitle>
    ```
    fxprunayre authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    94280e8 View commit details
    Browse the repository at this point in the history