Commit 7654f436 authored by Romain Courteaud's avatar Romain Courteaud

erp5_core: index workflow id in the full text table

parent a2b67039
......@@ -46,6 +46,18 @@
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple>
<string>title</string>
<string>description</string>
<string>reference</string>
<string>short_title</string>
<string>id</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>InteractionWorkflow</string> </value>
......
......@@ -75,6 +75,18 @@
<none/>
</value>
</item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple>
<string>title</string>
<string>description</string>
<string>reference</string>
<string>short_title</string>
<string>id</string>
</tuple>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
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