Stream: committers
Topic: Multiple search entries for single element
David Pyke (Mar 12 2018 at 17:50):
Consent.source has multiple types (Identifier, attachment, reference). At present only reference is searchable and that's a problem. What entries do I need to make identifier (and maybe ever attachment) searchable as well? I can't just put Consent.source in twice or user typeof as both error.
Eric Haas (Mar 12 2018 at 18:34):
you can make a tracker for adding more search options to the resource. Otherwise can specify your own search parameters using SearchParameter in your implementation.
David Pyke (Mar 12 2018 at 18:36):
It's my resource, I'm just not sure how to modify the spreadsheet.
Eric Haas (Mar 12 2018 at 18:38):
can't do anything now is build is frozen for substantive changes and that counts as a substantive change
David Pyke (Mar 12 2018 at 18:41):
Won't commit the change, just want to know what to do.
Eric Haas (Mar 12 2018 at 18:44):
See the search tab in the spreadsheet. you can define the search parameter for each type. See Observation for how to do it.
Grahame Grieve (Mar 12 2018 at 19:31):
adding search parameters is ok right now
Eric Haas (Mar 12 2018 at 20:00):
there you go... :-)
Last updated: Apr 12 2022 at 19:14 UTC