DOI ID auf die erste Seite #16

- query additional 'identifier' field in solr query: dataservice.ts
- if document identifier is available, show it on the search page: vs-results.vue
This commit is contained in:
Arno Kaimbacher 2021-05-31 09:49:49 +02:00
parent 5585b9d04a
commit b10ee96b43
3 changed files with 18 additions and 7 deletions

View file

@ -27,6 +27,7 @@ export default {
var fields = ["id", "licence",
"server_date_published",
"abstract_output",
"identifier",
"title_output",
"title_additional",
"author",