mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
Do not search tags in deleted transactions (#5409)
This commit is contained in:
@@ -839,7 +839,7 @@ export function findTags() {
|
||||
`
|
||||
SELECT notes
|
||||
FROM transactions
|
||||
WHERE notes LIKE ?
|
||||
WHERE tombstone = 0 AND notes LIKE ?
|
||||
`,
|
||||
['%#%'],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user