Skip to content

Commit

Permalink
feat: add open access data library
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Sep 26, 2024
1 parent 9d72f68 commit 9b31b33
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/DatasetSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,21 @@ export const DatasetSearch = (props) => {
icon: aouIcon,
title: 'All of Us Data Library',
},
'openaccess': {
query: {
'bool': {
'should': [
{
'term': {
'accessManagement': 'open'
}
}
]
}
},
icon: duosIcon,
title: 'DUOS Open Access Data Library',
},
'/custom': {
query: {
'bool': {
Expand Down

0 comments on commit 9b31b33

Please sign in to comment.