Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0
-
None
-
None
Description
SearchResourceImpl line 246 call Row.getPath() without testing for multiple selector names.
this causes the query to fail with the following RepositoryException:
javax.jcr.RepositoryException: More than one selector. Use getPath(String) instead.
i have the impression this should be easy to fix for somebody familiar with the query. the comment
says: // get the path for the first selector and build [...]
but apparently Row.getPath() isn't the right choice.