Portlet Event Search Aggregation is not persisting aggregrated searches
Description
While confirming the baseline and environment for https://issues.jasig.org/browse/UP-4739, the UP_SEARCH_REQ_AGGR table is not being populated, though the PortletActionExecutionEvents in the RAW EVENTS table is being flagged as 'aggregrated'.
I'm using the default event aggregate xml configs, so search terms should be captured.
While confirming the baseline and environment for https://issues.jasig.org/browse/UP-4739, the UP_SEARCH_REQ_AGGR table is not being populated, though the PortletActionExecutionEvents in the RAW EVENTS table is being flagged as 'aggregrated'.
I'm using the default event aggregate xml configs, so search terms should be captured.
I put some log statements in the method https://github.com/Jasig/uPortal/blob/master/uPortal-events/src/main/java/org/apereo/portal/events/aggr/action/SearchRequestAggregator.java#L53 figuring that would fire, but it didn't.
I haven't went back to see when the search aggregation last worked yet.