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
parentheses within a regex of a string to count semantic tags, for instance, is not possible:
<123037004 |Body structure (body structure)| {{term = wild:"*morphologic abnormality)", type = fsn}}
--> Results: [es/search] failed: [search_phase_execution_exception] all shards failed
Putting the complete semantig tag with both parentheses, does not provoke an error, but yelds zero concepts:
<123037004 |Body structure (body structure)| {{term = wild:"*(morphologic abnormality)", type = fsn}}
--> Results: Found 0 concepts
The parentheses should not be interpreted as special characters in the wildchar expression.
This is a bug, as discussed previously.
The text was updated successfully, but these errors were encountered:
Using the Jan 2024 International Edition I get the following results:
<123037004 |Body structure (body structure)| {{ term = "(morphologic abnormality)", type = fsn }}
count = 5098
<< 118956008 |Body structure, altered from its original anatomical structure (morphologic abnormality)|
count = 5181
<< 118956008 |Body structure, altered from its original anatomical structure (morphologic abnormality)| {{ term = "(cell)", type = fsn }}
count = 83
It looks like all the "(morphologic abnormality)" concepts are descendants of 118956008 |Body structure, altered from its original anatomical structure (morphologic abnormality)|, but that also includes 83 "(cell)" concepts.
parentheses within a regex of a string to count semantic tags, for instance, is not possible:
<123037004 |Body structure (body structure)| {{term = wild:"*morphologic abnormality)", type = fsn}}
--> Results: [es/search] failed: [search_phase_execution_exception] all shards failed
Putting the complete semantig tag with both parentheses, does not provoke an error, but yelds zero concepts:
<123037004 |Body structure (body structure)| {{term = wild:"*(morphologic abnormality)", type = fsn}}
--> Results: Found 0 concepts
The parentheses should not be interpreted as special characters in the wildchar expression.
This is a bug, as discussed previously.
The text was updated successfully, but these errors were encountered: