Commit 468f49cc authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix description and cosmetic changes only.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42195 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09dfd679
......@@ -471,12 +471,12 @@ class Catalog(Folder,
'type': 'lines',
'mode': 'w' },
{ 'id' : 'sql_catalog_keyword_search_keys',
'description' : 'Columns which should be considered as full text search',
'description' : 'Columns which should be considered as keyword search',
'type' : 'multiple selection',
'select_variable' : 'getColumnIds',
'mode' : 'w' },
{ 'id' : 'sql_catalog_datetime_search_keys',
'description' : 'Columns which should be considered as full text search',
'description' : 'Columns which should be considered as datetime search',
'type' : 'multiple selection',
'select_variable' : 'getColumnIds',
'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