jkevan commented on code in PR #584:
URL: https://github.com/apache/unomi/pull/584#discussion_r1131359719


##########
services/src/main/java/org/apache/unomi/services/impl/goals/GoalsServiceImpl.java:
##########
@@ -540,7 +540,7 @@ public GoalReport getGoalReport(String goalId, 
AggregateQuery query) {
     @Override
     public PartialList<CampaignEvent> getEvents(Query query) {
         if(query.isForceRefresh()){
-            persistenceService.refresh();
+            persistenceService.refreshIndex(Campaign.class);

Review Comment:
   I think here it's CampaignEvent.class that need to be refreshed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to