Commit 253d7e5c authored by Ivan Tyagov's avatar Ivan Tyagov

Make it possible to specify in search string search mode (boolean or with with query expansion)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33280 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a110654f
......@@ -140,6 +140,8 @@ criterion_alias_dict = {\n
\'newest\': (True, None),\n
# indicates user search for documents by contributor title \n
\'contributor_title\':(True, None),\n
# indicates user search mode (boolean or with with query expansion)\n
\'mode\': (True, None),\n
}\n
\n
DEFAULT_CRITERION_ALIAS = \'searchabletext\'\n
......
1498
\ No newline at end of file
1499
\ 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