You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fixes in PR #443 addressed issues #439 and #422 for database-based MAM queries. However, these changes have not been applied to the Lucene-based lookup, which is always used whenever a MAM query includes a text-based filter.
As a result, some MAM queries with text filters do not return correct results, even though the same queries would work correctly if only the database were queried.
Steps to Reproduce
Enable MAM with the Monitoring plugin.
Create messages with specific text content across multiple users.
The fixes in PR #443 addressed issues #439 and #422 for database-based MAM queries. However, these changes have not been applied to the Lucene-based lookup, which is always used whenever a MAM query includes a text-based filter.
As a result, some MAM queries with text filters do not return correct results, even though the same queries would work correctly if only the database were queried.
Steps to Reproduce
Expected Behavior
Actual Behavior
Lucene-based searches for MAM queries with text filters can omit messages or return incomplete results.