mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-05 07:04:21 +01:00
Revert "Make Invoices save internal tags in the text search"
This reverts commit f352399428.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user