discourse/plugins/discourse-ai/test/javascripts
Rafael dos Santos Silva 841436cd7f
FIX: Trigger Discobot discoveries from category and tag pages (#39810)
Previously, discoveries were suppressed whenever `search.searchContext`
had a `type`, but `build-category-route` and `tag/show` set that on
every category/tag page even though the search menu still searches
globally there.

This change mirrors `SearchMenu#searchContext` and only treats
`inTopicContext` and `private_messages` as scoped, so discoveries
trigger from category and tag pages while remaining suppressed inside a
topic or the PM inbox.
2026-05-07 13:40:29 -03:00
..
acceptance DEV: Remove plugin names from test titles (#39418) 2026-04-21 19:19:52 +02:00
fixtures
integration/components FEATURE: Add MCP server integration to AI agents (#38706) 2026-03-25 17:32:27 +11:00
unit FIX: Trigger Discobot discoveries from category and tag pages (#39810) 2026-05-07 13:40:29 -03:00
.gitkeep