v3.2.17 "Unknown search parameter" on reverse refe...
# support
n
After upgrading to 3.2.17, it seems I've started to get 400's on some requests with reverse references beginning with [this commit](https://github.com/medplum/medplum/commit/9b57ce6744acfbe1afabee06a9ae88f114c457f3#diff-7dae6f2aae2e65e707358949198c13cf800c8795900cfc1a9f3f67d9d9e388f1R1298) example request-
/Patient?_count=1&_has:Encounter:patient:_id=[uuid]
I believe it's trying to lookup
'patient'
search parameter from
Patient
resource type instead of
Encounter
. The same request has worked up to 3.2.16 and each commit up until the linked one. Is that intended? Can open an issue on Github if helpful.
Totally missed that this has been addressed in
main
but not yet released 🙏