Commit acd301ba authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_trade: don't index line in full text

parent 5d4f8a17
...@@ -45,7 +45,21 @@ ...@@ -45,7 +45,21 @@
</item> </item>
<item> <item>
<key> <string>init_script</string> </key> <key> <string>init_script</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple/>
</value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
...@@ -55,6 +69,12 @@ ...@@ -55,6 +69,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>ContainerLine</string> </value> <value> <string>ContainerLine</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -60,11 +60,7 @@ ...@@ -60,11 +60,7 @@
<item> <item>
<key> <string>searchable_text_property_id</string> </key> <key> <string>searchable_text_property_id</string> </key>
<value> <value>
<tuple> <tuple/>
<string>title</string>
<string>description</string>
<string>short_title</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -86,11 +86,7 @@ a manufactured product, like a pen, a bicycle...</string> </value> ...@@ -86,11 +86,7 @@ a manufactured product, like a pen, a bicycle...</string> </value>
<item> <item>
<key> <string>searchable_text_property_id</string> </key> <key> <string>searchable_text_property_id</string> </key>
<value> <value>
<tuple> <tuple/>
<string>title</string>
<string>description</string>
<string>short_title</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -75,11 +75,7 @@ ...@@ -75,11 +75,7 @@
<item> <item>
<key> <string>searchable_text_property_id</string> </key> <key> <string>searchable_text_property_id</string> </key>
<value> <value>
<tuple> <tuple/>
<string>title</string>
<string>description</string>
<string>short_title</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -53,6 +53,12 @@ ...@@ -53,6 +53,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -61,6 +67,12 @@ ...@@ -61,6 +67,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>DeliveryLine</string> </value> <value> <string>DeliveryLine</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -66,11 +66,7 @@ ...@@ -66,11 +66,7 @@
<item> <item>
<key> <string>searchable_text_property_id</string> </key> <key> <string>searchable_text_property_id</string> </key>
<value> <value>
<tuple> <tuple/>
<string>title</string>
<string>description</string>
<string>short_title</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -56,11 +56,7 @@ ...@@ -56,11 +56,7 @@
<item> <item>
<key> <string>searchable_text_property_id</string> </key> <key> <string>searchable_text_property_id</string> </key>
<value> <value>
<tuple> <tuple/>
<string>title</string>
<string>description</string>
<string>short_title</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
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