I’m developing a plugins2 plugin to listen for SearchEvents. I’m receiving SearchEvents when a quick search is performed, but when a search is done from the search screen (/dosearchsite.action) an event doesn’t seem to be triggered.
Reading the docs at
https://docs.atlassian.com/ConfluenceServer/javadoc/6.7.2/com/atlassian/confluence/event/events/search/SearchPerformedEvent.html
I take it as an event should be triggered from the search screen.
Has anyone run into this?