You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some queries something like get /Patient?_has:Role:patient:name=patient and it works pretty slow when Role.name is string search param type. Currently solved the issue by manually creating new name-token search param with proper type, but it's very inconvinient. I believe that such small change is really easy to do in the core.
We have some queries something like get /Patient?_has:Role:patient:name=patient and it works pretty slow when Role.name is string search param type. Currently solved the issue by manually creating new name-token search param with proper type, but it's very inconvinient. I believe that such small change is really easy to do in the core.
get /Role?name=patient
The text was updated successfully, but these errors were encountered: