DEV: Add search result view appEvent trigger (#31287)

This PR adds a trigger for the `search-result-view` appEvents.
This commit is contained in:
Guhyoun Nam
2025-02-12 10:39:37 -06:00
committed by GitHub
parent 963675c32e
commit 6f5cdfccf5

View File

@@ -460,6 +460,9 @@ export default class FullPageSearchController extends Controller {
searching: false,
loading: false,
});
this.appEvents.trigger("search:search_result_view", {
page: args.page,
});
});
break;
}