Currently REST API is allowing to query by alias and theirLabel, but it won't work because (as of Credo 0.5.1) they are not stored as tags in ConnectionRecord.
Hmm maybe we can remove them for now? As they won't do anything it's nit really a change, or better: passing them will never work so it fixes behaviour
Currently REST API is allowing to query by
alias
andtheirLabel
, but it won't work because (as of Credo 0.5.1) they are not stored as tags inConnectionRecord
.