PDS API Patient search using partial family name fails to return expected match

This is related to #226.
The first query gives back a patient with a mismatched date of birth based on the stale index mentioned there.
The second query is a wildcard search, not a simple search, and so does not use the stale index. Because the DOB doesn’t match the record, it’s not returned.
The third query again does not match on DOB.

1 Like