The PDS API Sandbox environment returns an empty Bundle in response to Patient searches where there is no predefined response. This leads to misleading behaviour. For example:
Patient?family=Sm*
returns 2 matches
Patient?family=Smi*
returns 0 matches
Patient?family=Smith
returns 1 match
It would be useful to warn user when providing default search responses.
Logged on GitHub along with a quick fix.