Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
At the moment the JCRMessageMapper.search(...) method use the SearchQueryIterator for matching the SearchQuery. This works but its not the best thing todo with a query aware backed like JCR. We should build a XPATH query which mache the SearchQuery and return the result directly (without using SearchQueryIterator)