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
Now ATRelativePathCriterionConverter says 'Cannot handle non-recursive path search ....'
class ATRelativePathCriterionConverter(CriterionConverter):
# We also have path.isWithinRelative, but its function is not defined.
operator_code = 'string.relativePath'
def get_query_value(self, value, index, criterion):
if not criterion.Recurse():
logger.warn(
'Cannot handle non-recursive path search. '
'Allowing recursive search. %r',
value,
)
return criterion.getRelativePath()
Now ATRelativePathCriterionConverter says 'Cannot handle non-recursive path search ....'
In the plone.app.querystring we see that depth value can be passed as ::x.
Will send PR.
The text was updated successfully, but these errors were encountered: