Skip to content

Commit

Permalink
feat: add additional advanced search fields #259
Browse files Browse the repository at this point in the history
feat: add topic category name to advanced search
  • Loading branch information
candicecz committed Oct 4, 2024
1 parent a7893f2 commit 8f81767
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 265 deletions.
9 changes: 9 additions & 0 deletions configs/advanced-search-fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,14 @@
"funding.funder.parentOrganization",
"funding.identifier",
"funding.name",
"healthCondition.fromEXTRACT",
"healthCondition.isCurated",
"healthCondition.name",
"identifier",
"includedInDataCatalog.name",
"infectiousAgent.curatedBy.name",
"infectiousAgent.fromEXTRACT",
"infectiousAgent.isCurated",
"infectiousAgent.name",
"inLanguage.name",
"input.description",
Expand Down Expand Up @@ -76,12 +81,16 @@
"spatialCoverage.identifier",
"spatialCoverage.name",
"spatialCoverage.name",
"species.curatedBy.name",
"species.fromEXTRACT",
"species.isCurated",
"species.name",
"temporalCoverage",
"temporalCoverage.temporalInterval",
"temporalCoverage.temporalInterval.endDate",
"temporalCoverage.temporalInterval.startDate",
"topicCategory.description",
"topicCategory.curatedBy.name",
"topicCategory.name",
"variableMeasured",
"variableMeasured.name"
Expand Down
Loading

0 comments on commit 8f81767

Please sign in to comment.