Hi ,
my Sku - Number are:
55-100-4
or
738012
When i search:
738012 its no Problem , he finds the Product.
But the Search have Problems with the:
-
is there a fix?
Thanks joe69
You can try this:
"you go to administrator/com_virtuemart/models/product.php
and around line 129 find
$this->keyword = vmRequest::uword ('keyword', "0", ' ');
and replace it with
$this->keyword = vmRequest::uword ('keyword', "0", ' ,-,+');
last parameter of uword is allowed characters
"
Good luck!
good idea, thanks added
:-/
I added that code in file.... but doesnt work for internal "Product Search" in Administration -> Products.
Is another file for Administration Product search ?
I am trying to discover the product sku "FPD34AD-1" in back end.....
(in front end search it's working..)
Best regards