discourse/spec/system/page_objects
Alan Guo Xiang Tan a75083f14a
FIX: Exclude anonymous searches from the dashboard search section (#40966)
The "Search" section of the admin dashboard (the new dashboard behind
`dashboard_improvements`) counted every row in `search_logs`, including
anonymous traffic that can be dominated by crawlers. All four metrics
(Total searches, No-result rate, Trending searches, Content gaps) and
the per-term drill-down included that traffic.

This PR restricts the section to logged-in members, whose searches are
usually the higher-signal view of what members look for, surfaces a
matching "Logged in only" filter on the search log pages, and says so in
the tooltips.
2026-06-17 14:32:04 +08:00
..
components FIX: Exclude anonymous searches from the dashboard search section (#40966) 2026-06-17 14:32:04 +08:00
modals UX: Polish the theme picker modal (#40414) 2026-05-29 14:05:56 -07:00
pages DEV: route nested view through topic route (#40820) 2026-06-15 11:42:20 -05:00
cdp.rb DEV: Fix (again again) the chat upload spec (#40746) 2026-06-10 20:05:37 +02:00