Multiple values per attribute

I was curious as to storing multiple Attribute values (as in @person=John;Harry;Mike), so checked in with Claude - who says that Bike doesn’t yet support multiple values, but that I can get around this by a switch to using any consistent demarcator and loading my query with the term “contains” instead of “=”. Does this ring true?

Yes, Bike has no standard for that right now. So you need to make up own convention and use contains as suggested. Or if you want to be more accurate use a regex that knows your separator char.

2 Likes