mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Make Invoices save internal tags in the text search
This commit is contained in:
parent
0b2f115b73
commit
f352399428
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ retry:
|
|||
textSearch.Add(invoice.Metadata.OrderId);
|
||||
textSearch.Add(ToString(invoice.Metadata, null));
|
||||
textSearch.Add(invoice.StoreId);
|
||||
|
||||
textSearch.AddRange(invoice.InternalTags);
|
||||
AddToTextSearch(invoice.Id, textSearch.ToArray());
|
||||
return invoice;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue