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 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -374,7 +374,7 @@ ...@@ -374,7 +374,7 @@
</item> </item>
<item> <item>
<key> <string>default_display_style</string> </key> <key> <string>default_display_style</string> </key>
<value> <string>table</string> </value> <value> <string>search</string> </value>
</item> </item>
<item> <item>
<key> <string>default_params</string> </key> <key> <string>default_params</string> </key>
...@@ -466,11 +466,11 @@ ...@@ -466,11 +466,11 @@
</item> </item>
<item> <item>
<key> <string>global_search_column</string> </key> <key> <string>global_search_column</string> </key>
<value> <string>field_your_search_text_listbox</string> </value> <value> <string>SearchableText</string> </value>
</item> </item>
<item> <item>
<key> <string>global_search_column_script</string> </key> <key> <string>global_search_column_script</string> </key>
<value> <string>WebSite_viewQuickSearchResultList</string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
......
1537 1539
\ No newline at end of file \ 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