Add search by to virtual table fields.

This commit is contained in:
Mark Crane
2012-11-11 07:25:01 +00:00
parent 52979ac0c2
commit b4717fc5c1
3 changed files with 40 additions and 3 deletions
+7 -3
View File
@@ -289,6 +289,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_search_by';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_column';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
@@ -305,12 +309,12 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_field_description';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_field_desc';
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_value';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'virtual_field_value';
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'virtual_field_description';
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'virtual_field_desc';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';