Commit ad8e530a authored by Yusei Tahara's avatar Yusei Tahara

Add preferred_predicate_category property for optimized predicate category search.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36087 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a71a360
...@@ -105,5 +105,11 @@ class Preference: ...@@ -105,5 +105,11 @@ class Preference:
'write_permission': 'Manage properties', 'write_permission': 'Manage properties',
'preference' : 1, 'preference' : 1,
'mode' : '' }, 'mode' : '' },
{ 'id' : 'preferred_predicate_category',
'description' : 'List of base categories used for predicate',
'type' : 'tokens',
'default' : [],
'preference' : 1,
'mode' : 'w'},
) )
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