Skip to content

Commit

Permalink
[DT-995] Add secondary Stanley Center data library link (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Nov 14, 2024
1 parent 433d17e commit 79aac19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/DatasetSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ export const DatasetSearch = (props) => {
icon: stanleyIcon,
title: 'Stanley Center Data Library',
},
'stanleycenter': {
query: {
'match_phrase': {
'study.description': 'Stanley Center'
}
},
icon: stanleyIcon,
title: 'Stanley Center Data Library',
},
'/custom': {
query: {
'bool': {
Expand Down

0 comments on commit 79aac19

Please sign in to comment.