Skip to content

Commit

Permalink
Merge pull request #4125 from nulib/5146-edtf-date-keyword
Browse files Browse the repository at this point in the history
Explicitly map date_created_edtf as keyword type
  • Loading branch information
kdid authored Aug 28, 2024
2 parents df450a6 + bbabb49 commit ce402db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/priv/search/v2/settings/work.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@
}
}
},
{
"edtf_date": {
"match": "^date_created_edtf$",
"match_pattern": "regex",
"mapping": {
"type": "keyword"
}
}
},
{
"latlong": {
"match": ".*Geo|^geo",
Expand Down

0 comments on commit ce402db

Please sign in to comment.