Stream: implementers
Topic: Search parameters using where()
Paul Church (Jan 13 2020 at 18:17):
Has there been any past discussion of making search parameters that use where() into composites instead? We have email/phone for ContactPoint, and depends-on/derived-from/predecessor/successor for RelatedArtifact. It looks to me like a single composite parameter for each would have a couple of advantages - more generalization with fewer search parameters. No need to generate N separate search parameters for the N specific enum values that people currently think are important.
Last updated: Apr 12 2022 at 19:14 UTC