Details
-
Bug
-
Resolution: Fixed
-
Major
-
12.5
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
It's currently not possible to query events in Solr with an expression containing prefix / suffix expressions. Such queries are producing this kind of output:
WARN o.x.n.s.i.EventSearcher - Failed to get events from the EventStore. Reason: [EventStreamException: Unsupported operator [SPACE STARTS WITH "Dashboard"]]. Trying the legacy store. ]
We need to implement its support in https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-sources/src/main/java/org/xwiki/notifications/sources/internal/ExpressionNodeToEventQueryConverter.java#L203
Attachments
Issue Links
- relates to
-
XWIKI-19400 Notifications are not displayed under Tags Activity Stream anymore
- Closed