Details
-
Type:
Task
-
Status: Resolved
-
Priority:
High
-
Resolution: Done
-
Labels:
-
Story Points:3
Description
The patient search algorithm is to split the search term into elements and then search each element (starting from the beginning of the element). For example, when searching for "Johnny Nicholson" by typing "joh nic", it will do search of ("joh%" OR "nic%"). So any patients' names starting with "joh" or "nic", it will display on the search result (e.g. "John", "Johnson", "Nick", "Nicholas", "Nichole", "Nicholson", etc.).
Currently, if there is at least one record meets the search, there is no way for user to request "searching against server". We need to add the "Search Server" button at the bottom of the search result so that it allows user to still search that particular record from the server and download to local repo. For example, if a record of "John Nicholas" is already downloaded to the local repo and later user tries to search "John Smith", it will display the research result of "John Nicholas" and there is no way user can proceed to search against server.
User Story:
As a user, I would like to have the "Search Server" button at the bottom of the search result in case I don't find the record I am looking for.