When searching for multiple fields that include id, we need to force the predicate to eq. This is already done for other searchable inputs such as search_select and nested_select.
Detail
This Pull Request changes select-selected-list to force set the predicate to eq when the field is id.
Before submitting the PR make sure the following are checked:
[x] This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
[x] Commit message has a concise description of what changed and why.
[ ] Tests are added or updated if you fix a bug or add a feature.
[x] Documentation has been added or updated if you add a feature or modify an existing one.
[ ] CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature (under the "Unreleased" heading if this is not a version change).
[x] My changes don't introduce any linter rule violations.
Motivation / Background
When searching for multiple fields that include
id
, we need to force thepredicate
toeq
. This is already done for othersearchable
inputs such as search_select and nested_select.Detail
This Pull Request changes
select-selected-list
to force set the predicate toeq
when the field isid
.Additional information
From:
To:
Checklist
Before submitting the PR make sure the following are checked:
Link action failing with: lint - Unauthorized