Skip to content

Commit

Permalink
Fix EDTF Year processor settings (#143)
Browse files Browse the repository at this point in the history
* Fix EDTF Year processor settings

* Update controlled_access_terms to 2.4.1
  • Loading branch information
joecorall authored Apr 26, 2024
1 parent e1f22f4 commit 3773716
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions config/sync/search_api.index.default_solr_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -482,10 +482,10 @@ processor_settings:
custom_value: { }
edtf_year_only:
fields:
islandora_object|field_copyright_date: islandora_object|field_copyright_date
islandora_object|field_edtf_date: islandora_object|field_edtf_date
islandora_object|field_edtf_date_created: islandora_object|field_edtf_date_created
islandora_object|field_edtf_date_issued: islandora_object|field_edtf_date_issued
node|islandora_object|field_copyright_date: node|islandora_object|field_copyright_date
node|islandora_object|field_edtf_date: node|islandora_object|field_edtf_date
node|islandora_object|field_edtf_date_created: node|islandora_object|field_edtf_date_created
node|islandora_object|field_edtf_date_issued: node|islandora_object|field_edtf_date_issued
ignore_undated: 1
ignore_open_start: 0
open_start_year: '0'
Expand Down

0 comments on commit 3773716

Please sign in to comment.