85b7337b6898bd9b0ea107c39d6429d2f6ea8086
the tree search asked for no limit and clampInt read a missing param as 0 (Number(null) is 0, and 0 is finite), so it clamped to the minimum and ran with LIMIT 1: one match came back, its siblings looked like non-matches, and a folder with 25 matching albums showed none of them. on top of that, a filtered row was a dead end — it only ever showed the matches, with a note counting what it was hiding. now the note is the same "show all N folders" button browse mode already had: clicking it drops that row out of the filtered set, so from there down it is ordinary lazy browsing, which is usually why you searched for the folder in the first place. dropped the "don't match the filter" wording with it, since a truncated result makes that sentence false. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%