woocommerce / action-scheduler-custom-tables

This plugin is no longer needed. The custom table code is now part of Action Scheduler version 3.0 and newer. If you're using the latest Action Scheduler, you have the most performant schema available.
https://actionscheduler.org
15 stars 3 forks source link

add support for basic list table search #55

Closed rrennick closed 5 years ago

rrennick commented 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.

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.

thenbrent commented 5 years ago

LGTM. 👍