Skip to content

Commit

Permalink
Merge pull request DSpace#158 from atmire/facet-endpoints-return-auth…
Browse files Browse the repository at this point in the history
…orityKey

Facet endpoint returns authorityKey
  • Loading branch information
tdonohue authored Apr 1, 2021
2 parents c9a7c49 + 7b9b3b0 commit 248aaa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions search-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ The returned JSON response will be like:
{
"label" : "Smith, Donald 2",
"count" : 100,
"authorityKey" : "authority_1",
"_links": {
"search" : {
"href": "/api/discover/search/objects?query=my+query&scope=9076bd16-e69a-48d6-9e41-0238cb40d863&f.title=abcd,notcontains&f.author=1234,authority&f.author=Smith,+Donald+2,equals"
Expand All @@ -768,6 +769,7 @@ The returned JSON response will be like:
{
"label" : "Smith, Donald 1",
"count" : 80,
"authorityKey" : "authority_2",
"_links": {
"search" : {
"href": "/api/discover/search/objects?query=my+query&scope=9076bd16-e69a-48d6-9e41-0238cb40d863&f.title=abcd,notcontains&f.author=1234,authority&f.author=Smith,+Donald+1,equals"
Expand All @@ -777,6 +779,7 @@ The returned JSON response will be like:
{
"label" : "Smith, Donald 3",
"count" : 10,
"authorityKey" : "authority_3",
"_links": {
"search" : {
"href": "/api/discover/search/objects?query=my+query&scope=9076bd16-e69a-48d6-9e41-0238cb40d863&f.title=abcd,notcontains&f.author=1234,authority&f.author=Smith,+Donald+3,equals"
Expand Down

0 comments on commit 248aaa1

Please sign in to comment.