Hi all,
I need to construct a complex query for the Rest-API using authority values for the author field.
I know how to use authority as a filter (like
f.author=1234567,authority) but is it also possible to use authority values in the query-part of a search request and if so how?
(What I am trying to achieve is this: I need all publications where a given person, identified by his authority-value, is either an author (any publication type) or an editor (all publication types excluding book-chapters).
So something similar to q=(dc.contributor.author
:1234567,authority) OR (dc.contributor.editor:1234567,authority NOT dc.type:BookPart)
I am doing this on DSpace CRIS
2023.02
Any help or pointer to relevant documentation would be highly appreciated.
Jarmo