You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement an ICD-11 search into my application.
Using the /icd/entity/search endpoint, I cannot manage to receive results for incomplete words. For example, searching for paracetamol, I get 7 results, but when searching for paracet, I get no results.
This is in opposition to the online browser which does provide hits even when the word is incomplete.
I had no more luck using the /icd/release/11/{releaseId}/{linearizationname}/search endpoint, which specifically mentions incomplete word completion in the includeKeyworkResult option. This leads me to think it is maybe an implementation error, rather than a design choice.
Any solutions or further resources would be greatly appreciated !
PS: if anyone can explain the wildcard words mentions in the q search field, I'd be very interested
The text was updated successfully, but these errors were encountered:
I want to implement an ICD-11 search into my application.
Using the
/icd/entity/search
endpoint, I cannot manage to receive results for incomplete words. For example, searching for paracetamol, I get 7 results, but when searching for paracet, I get no results.This is in opposition to the online browser which does provide hits even when the word is incomplete.
I had no more luck using the
/icd/release/11/{releaseId}/{linearizationname}/search
endpoint, which specifically mentions incomplete word completion in theincludeKeyworkResult
option. This leads me to think it is maybe an implementation error, rather than a design choice.Any solutions or further resources would be greatly appreciated !
PS: if anyone can explain the wildcard words mentions in the
q
search field, I'd be very interestedThe text was updated successfully, but these errors were encountered: