Closed rrennick closed 5 years ago
Fixes #18
This PR adds the search in hook name, hook args or claim ID. The search query reflects that in the DB store the claim_id field is an integer.
claim_id
To test the claim_id, I did a manual DB update to give some scheduled actions a claim id of 12345 the searched for that value in the dashboard.
12345
LGTM. 👍
Fixes #18
This PR adds the search in hook name, hook args or claim ID. The search query reflects that in the DB store the
claim_id
field is an integer.To test the
claim_id
, I did a manual DB update to give some scheduled actions a claim id of12345
the searched for that value in the dashboard.