IHTSDO / sct-browser-frontend

HMTL & Javascript for the front end for the SNOMED CT Browser.
http://browser.ihtsdotools.org
Other
84 stars 32 forks source link

Case of search failing #43

Closed alanruttenberg closed 4 years ago

alanruttenberg commented 5 years ago

A search for "pT3: Tumor invades any of the following: bone of the posterior wall of maxillary sinus, subcutaneous tissues, floor or medial wall of orbit, pterygoid fossa, ethmoid sinuses (maxillary sinus) (finding)" fails, but it is the full specified name for sctid 396617001

kaicode commented 5 years ago

It looks like the brackets around "maxillary sinus" are confusing the search algorithm. I would recommend stripping any brackets apart from those around the semantic tag to get a match when using this search API.

The backend API (sct-snapshot-rest-api) will soon be deprecated so it's unlikely this will be fixed.

rorydavidson commented 4 years ago

This now works since the rewrite of the backend API.