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

Thesaurus / Date improvements. #8392

Merged
merged 4 commits into from
Oct 7, 2024
Merged

Thesaurus / Date improvements. #8392

merged 4 commits into from
Oct 7, 2024

Commits on Sep 30, 2024

  1. Thesaurus / Date parsing fix.

    https://github.com/geonetwork/core-geonetwork/pull/6972/files#diff-c7548d94bdb4268915f50f66df5a90f1f7868e4fb1de2f3d2938397e202aaf2fR1057
    added month and year format support. This was resolving thesaurus date
    to the last matching format ie. 1st January for the default date.
    
    This can be tested using regions thesaurus which will contains 2 dates
    for the thesaurus block.
    fxprunayre committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fb9b449 View commit details
    Browse the repository at this point in the history
  2. Thesaurus / Avoid having multiple dates with same type code

    #6972 adds retrieval of `dct:issued|modified|created` dates but multiple dates could be added more than one time with same date type code. Improve the mapping.
    fxprunayre committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    42ec50a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    44fca8e View commit details
    Browse the repository at this point in the history
  2. Thesaurus / LD registry registry / Only keep one date

    No need for duplicated date
    fxprunayre authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0337db4 View commit details
    Browse the repository at this point in the history