Skip to content

Commit

Permalink
feat(search): Index Brain Initiative datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Jan 30, 2025
1 parent 8447855 commit 5651a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": { "type": "keyword" },
"created": { "type": "date" },
"public": { "type": "boolean" },
"brainInitiative": { "type": "boolean" },
"metadata": {
"properties": {
"datasetName": { "type": "keyword" },
Expand Down
1 change: 1 addition & 0 deletions packages/openneuro-search/src/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const INDEX_DATASET_FRAGMENT = gql`
id
created
public
brainInitiative
metadata {
datasetName
datasetUrl
Expand Down

0 comments on commit 5651a9c

Please sign in to comment.