This works:
searchR.php?status=pending
and this works:
searchR.php?status=rerun
but this doesn't (lists only "pending"):
searchR.php?status=pending&rerun
I am aiming to build a query that will list records from both terms ("pending" and "rerun")
What should the URL look like?