Stream: questionnaire
Topic: Why is the Search Param: `version` *token*
Eric Haas (May 31 2018 at 22:36):
Why is the Search Param: version
token, Questionnaire.version is type string?
Lloyd McKenzie (Jun 01 2018 at 00:52):
They should all be token. We don't want starts-with/case-insensitive matching.
Eric Haas (Jun 01 2018 at 01:12):
OK i'll make a GForge but what do you mean by all? in 'They should all be token'
Eric Haas (Jun 01 2018 at 01:14):
Should I make a generic Gforge to add a check that all the SP types are appropriate?
Lloyd McKenzie (Jun 01 2018 at 01:45):
All search parameters on a Metadata.version element.
Eric Haas (Jun 01 2018 at 01:49):
OK now I understand. so a token search on string is a cheat to avoid the looser behavior right?
Lloyd McKenzie (Jun 01 2018 at 02:39):
Not really a cheat. Just defining what the expected matching behavior is
Last updated: Apr 12 2022 at 19:14 UTC