Skip to content

Commit

Permalink
fix: study description match should be on Stanley Center
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Oct 24, 2024
1 parent 2399d49 commit 92c8bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DatasetSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const DatasetSearch = (props) => {
'stanley': {
query: {
'match_phrase': {
'study.description': 'stanley'
'study.description': 'Stanley Center'
}
},
icon: stanleyIcon,
Expand Down

0 comments on commit 92c8bb3

Please sign in to comment.