Commit 6ff3961
Omit rawQuery when recent search skips amount conversion
When a recent search is selected, amounts are already in backend format
(cents). Passing the same value as rawQuery caused getSanitizedRawFilters
to convert it again, doubling the amount (e.g. 123 → 12300).
Only pass rawQuery when there is user-typed input to preserve — recent
searches have no user-typed input since their values come from storage.
Co-authored-by: Sahil <thesahindia@users.noreply.github.com>1 parent 147633e commit 6ff3961
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments