Skip to content

Commit ba09378

Browse files
Release/v5.1.1 (#359)
* feat-311-disease-card (#354) * feat: add tentative disease overview card * feat: add Strapi data to disease overview card * feat: restyle disease overview card * feat: improve queries to fetch disese data * chore: remove unneeded code * feat: add disease overview counts * chore: rename resource catalog card component * chore: create base compact card component * fix: handle landing page searches successfully * chore: remove unneeded code * chore: remove unneeded code * chore: improve code organization * fix: add removed comment * chore: simplify Markdown handling * feat: change tab and accordion titles * chore: separate API and Strapi resources * chore: improve controller code readability * chore: move compact card components to new directory * chore: create compact card compound components * fix: tab style repetition * fix: disease type banner * refactor: remove disease types in resource formatting helpers * chore: simplify compact card title rendering logic * fix: handle undefined type in the formatting function * chore: update counts handling * chore: remove AllResource type * fix: remove extra accordion * feat: standardize Other Resources --------- Co-authored-by: candicecz <[email protected]> * feat(features): add features content * chore(deps): upgrade tar-fs to 3.1.1 to fix security issue * fix: correct feature list keyed searches (#358) --------- Co-authored-by: candicecz <[email protected]>
1 parent 393e344 commit ba09378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/metadata/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const createFeatureListContent = (
300300
name,
301301
searchProps: {
302302
['aria-label']: `Search for results with feature "${name}"`,
303-
property: 'feature.name',
303+
property: 'featureList.name',
304304
value: Array.isArray(feature.name)
305305
? feature.name.join('" OR "')
306306
: feature.name,

0 commit comments

Comments
 (0)