Skip to content

Commit

Permalink
Add funding field indexing to previous EML versions
Browse files Browse the repository at this point in the history
Closes #1256
  • Loading branch information
amoeba committed Apr 16, 2019
1 parent 234c66f commit 9ee81cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@
<ref bean="eml.keywords" />
<ref bean="eml.title" />
<ref bean="eml.project" />
<ref bean="eml.funding" />
<ref bean="eml.southBoundCoord" />
<ref bean="eml.northBoundCoord" />
<ref bean="eml.westBoundCoord" />
Expand Down
Expand Up @@ -15,6 +15,7 @@
<ref bean="eml.keywords" />
<ref bean="eml.title" />
<ref bean="eml.project" />
<ref bean="eml.funding" />
<ref bean="eml.southBoundCoord" />
<ref bean="eml.northBoundCoord" />
<ref bean="eml.westBoundCoord" />
Expand Down
Expand Up @@ -19,6 +19,7 @@
<ref bean="eml.keywords" />
<ref bean="eml.title" />
<ref bean="eml.project" />
<ref bean="eml.funding" />
<ref bean="eml.southBoundCoord" />
<ref bean="eml.northBoundCoord" />
<ref bean="eml.westBoundCoord" />
Expand Down
Expand Up @@ -15,6 +15,7 @@
<ref bean="eml.keywords" />
<ref bean="eml.title" />
<ref bean="eml.project" />
<ref bean="eml.funding" />
<ref bean="eml.southBoundCoord" />
<ref bean="eml.northBoundCoord" />
<ref bean="eml.westBoundCoord" />
Expand Down

0 comments on commit 9ee81cb

Please sign in to comment.