Skip to content

Commit

Permalink
feat(web): search datasets by shortcut name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Dec 7, 2023
1 parent bc1fac5 commit 5eff749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function DatasetSelectorList({
attrStrMaybe(dataset.attributes, 'name') ?? '',
attrStrMaybe(dataset.attributes, 'reference name') ?? '',
attrStrMaybe(dataset.attributes, 'reference accession') ?? '',
dataset.path,
...(dataset.shortcuts ?? []),
])
}, [datasetsActive, datasetsInactive, searchTerm])

Expand Down

0 comments on commit 5eff749

Please sign in to comment.