Commit dd22d6e9 authored by Ivan Tyagov's avatar Ivan Tyagov

No need of custom global search script.

Use as default "search" mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38309 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 308054d3
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
......
......@@ -374,7 +374,7 @@
</item>
<item>
<key> <string>default_display_style</string> </key>
<value> <string>table</string> </value>
<value> <string>search</string> </value>
</item>
<item>
<key> <string>default_params</string> </key>
......@@ -466,11 +466,11 @@
</item>
<item>
<key> <string>global_search_column</string> </key>
<value> <string>field_your_search_text_listbox</string> </value>
<value> <string>SearchableText</string> </value>
</item>
<item>
<key> <string>global_search_column_script</string> </key>
<value> <string>WebSite_viewQuickSearchResultList</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>hidden</string> </key>
......
1537
\ No newline at end of file
1539
\ 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