[bug][search] Spotlight rough edges: "1 results", duplicated no-results message, dead Type filter, silent empty for short queries #129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: low (search-UX) — corrected after DOM verification
Genuine visible issues
a) shows "No results found..." with no hint, even though many pages contain it (Postgres FTS token-length behavior). Looks like search is broken for short terms; consider a "type at least N characters" hint.a11y nit (not visible to sighted users)
VisuallyHiddenaria-live region (1×1px, clipped), i.e. it is only announced to screen readers, not shown on screen. It just lacks singular/plural handling ("1 results found"). Minor.NOT a bug (retracted)
(The attached screenshots show the search count/no-results with the VisuallyHidden element temporarily un-hidden via a CSS override, to make the aria-live text legible — a sighted user does not see the count line.)
Screenshot