Commit 2e535942 authored by Romain Courteaud's avatar Romain Courteaud

Use searchResults method from Predicate.py, in order to handle Web Section criterions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26813 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74c844cf
......@@ -132,7 +132,7 @@ try:\n
else:\n
if not all_languages:\n
kw[\'language\'] = language\n
return current_section.portal_catalog(src__=src__, **kw)\n
return current_section.searchResults(src__=src__, **kw)\n
\n
except Unauthorized:\n
return []\n
......
804
\ No newline at end of file
805
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment