Commit 254da290 authored by Ivan Tyagov's avatar Ivan Tyagov

Extend search string syntax with contributor_title.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33276 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8106342d
......@@ -138,6 +138,8 @@ criterion_alias_dict = {\n
\'mine\': (True, None),\n
# indicates user search only the newest versions\n
\'newest\': (True, None),\n
# indicates user search for documents by contributor title \n
\'contributor_title\':(True, None),\n
}\n
\n
DEFAULT_CRITERION_ALIAS = \'searchabletext\'\n
......
1497
\ No newline at end of file
1498
\ 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