android-fhir icon indicating copy to clipboard operation
android-fhir copied to clipboard

Add Distinct in SQL query instead of kotlin function in search query

Open MJ1998 opened this issue 8 months ago • 0 comments

Describe the Issue From this line it seems the sql query may return duplicate records.

Update: We do a distinctBy here. So the records are still distinct but we should add DISTINCT clause in the sql query instead.

Would you like to work on the issue?

MJ1998 avatar Jun 11 '24 14:06 MJ1998