Hello , i have issue with indexing custom field in account module , i try to set :
$dictionary["Account_cstm"]['indices'][] =array(
'name' => 'idx_custom_index',
'type' => 'index',
'fields' =>
array(
0 => 'phone_c',
),
);
but when i use Repair/rebuild Suite try to alert table accounts, but need to alert accounts_cstm .
Help me pls. Where i am wrong ?