Skip to content

Commit

Permalink
Add annotation filter to default filter group so it shows up in searc…
Browse files Browse the repository at this point in the history
…h views unless explicitly omitted. Related to #1720 with the DataCatalogView/CatalogSearchView refactor.
  • Loading branch information
laurenwalker committed Jul 5, 2022
1 parent ce6a8ac commit 18c8396
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/models/AppModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,13 @@ define(['jquery', 'underscore', 'backbone'],
icon: "table",
description: "Measurement type, e.g. density, temperature, species"
},
{
fields: ["sem_annotation"],
label: "Annotation",
placeholder: "Search for class...",
icon: "tag",
description: "Semantic annotations"
},
{
filterType: "ToggleFilter",
fields: ["documents"],
Expand Down

0 comments on commit 18c8396

Please sign in to comment.