-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(orchestrator): add column filters #2273
feat(orchestrator): add column filters #2273
Conversation
406a04c
to
fae4d29
Compare
hi,
what am I missing? |
fae4d29
to
2601b1a
Compare
@batzionb there was a bug. Can you retry? I also added another example in the PR description. |
That post command works now Now I tried the LIKE operator and I get an empty list in the items field, altghough I do get the correct totalCount
|
4328c3c
to
1d069d9
Compare
1d069d9
to
ec32cf4
Compare
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
5429499
to
f4a12ec
Compare
f4a12ec
to
9ba1934
Compare
|
/lgtm |
The orchestrator UI needs to filter by any column.
At this time only
in, like, equal, isnull
operator forstring
are supported.FieldFilters
can be combined byLogicalFilters
(and
,or
).Filters are available for
/v2/workflows/instances
and/v2/workflows/overview
endpoints.Usage example
Overviews
Equal
returns
Like
returns
Instances
Equal
returns
Jira issue
Fix FLPATH-1757