diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml index fcda35738..011be41e2 100644 --- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml @@ -24,6 +24,7 @@

You can search for invoice Id, deposit address, price, order id, store id, any buyer information and any product information.
+ Be sure to split your search parameters with comma, for example: startdate:2019-04-25 13:00:00, status:paid
You can also apply filters to your search by searching for filtername:value, here is a list of supported filters

- If you want all confirmed and complete invoices, you can duplicate a filter status:confirmed status:complete. + If you want all confirmed and complete invoices, you can duplicate a filter status:confirmed, status:complete.

@@ -211,16 +212,6 @@