TheJacksonLaboratory / PhenopacketLab

An Angular/Springboot web application for the loading, editing, saving of data that follows the Phenopacket Schema
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

change search for diseases and cause of death to work the same as phenotypic features #237

Closed BethSundberg closed 1 year ago

BethSundberg commented 1 year ago

The phenotypic features search has been updated to make sure the term entered shows up in the first 10 terms. The rest of the ten are sorted by ontology ID.

Make the disease search and cause of death search work the same way.

belkassaby commented 1 year ago

I m sorting by length first then by alphabetical order : that should fix the issue and agnosia/ hypertension and other searched terms will always come first if by themselves

BethSundberg commented 1 year ago

It is working much better now on dev