diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-01-22 17:06:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-22 17:06:34 +0000 |
| commit | 6af6c9066b8c054ea40021a64bb6ea56d14ff22f (patch) | |
| tree | 3d13bf8013385ff9413fa824d311f61d89f2a460 /atuin-server-postgres/src | |
| parent | feat: make store init idempotent (#1609) (diff) | |
| download | atuin-6af6c9066b8c054ea40021a64bb6ea56d14ff22f.zip | |
fix(tui): dedupe was removing history (#1610)
Related: https://forum.atuin.sh/t/search-ignoring-commands/74/5?u=ellie
When a user ran a duplicated command, but in another session, it was
removed by filters. This is because the subquery that was once used did
not have the same filters applied as the main query.
Instead of messing with subqueries, `group by` instead. This aligns with
the search() function
Diffstat (limited to 'atuin-server-postgres/src')
0 files changed, 0 insertions, 0 deletions
