I have 'Productcode' => 'Text' as a text field in my cms and template it works well just i need to be searchable
have this in Swipestripe code:
private static $searchable_fields = array(
'Title' => array(
'field' => 'TextField',
'filter' => 'PartialMatchFilter',
'title' => 'Name'
)
);
do i need to add some extracode to swipestripe product.php to make the product code searchable