workfloworchestrator / orchestrator-core

The workflow orchestrator core repository
Apache License 2.0
45 stars 15 forks source link

[graphql] Deprecate "-" as split separator in favor of "|" #779

Open Mark90 opened 4 days ago

Mark90 commented 4 days ago

We currently support both - and | as split separators in the graphql filterBy parameter.

As discussed in https://github.com/workfloworchestrator/orchestrator-core/pull/597#pullrequestreview-1979157590 - is problematic as it occurs in dates and uuids.

- should be deprecated and eventually removed.