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
Currently searches on Observation code:text match only at the beginning of the string, rather than on
words. This task will change the matching behavior of :text for any parameter (not just Observation
code:text) so that will match on word boundaries. Example 1: A search on “weight” should match the
display string “Body weight” or “Weight”. Example 2: A search on “h” should match “Height” but not
“Weight”.
Acceptance Criteria
Example 1: A search on “weight” should match the display string “Body weight” or “Weight”.
Example 2: A search on “h” should match “Height” but not “Weight”.
Solution Design
Change our indexing to tokenize on words, and change :text to compose a prefix search against all tokens
Testing
Enter several Observations with different codes.
Search by code:text= for different words.
The text was updated successfully, but these errors were encountered:
Description of Enhancement
Currently searches on Observation code:text match only at the beginning of the string, rather than on
words. This task will change the matching behavior of :text for any parameter (not just Observation
code:text) so that will match on word boundaries. Example 1: A search on “weight” should match the
display string “Body weight” or “Weight”. Example 2: A search on “h” should match “Height” but not
“Weight”.
Acceptance Criteria
Example 1: A search on “weight” should match the display string “Body weight” or “Weight”.
Example 2: A search on “h” should match “Height” but not “Weight”.
Solution Design
Change our indexing to tokenize on words, and change :text to compose a prefix search against all tokens
Testing
Enter several Observations with different codes.
Search by
code:text=
for different words.The text was updated successfully, but these errors were encountered: