Hi i have installed VirtueMart 2.6.6 and i have products inside that the description has special charachters, for example 26" wheel. When i search with the word 26" i get no results back. how can i fix this? (Joomla 2.5.28)
Quotei have installed VirtueMart 2.6.6
2.6.14 is the latest
I know that this is the latest but i have no reason to upgrade if the latest does not support this function either! So, Any help?
huh
1. do u know it hasn't been fixed in 2.6.14?
2. http://virtuemart.net/news/latest-news/462-security-release-of-vm2-6-10-and-vm2-9-9b - excuse me while I register as a SuperAdmin
I created the backup installation in other directory under new database and updated to V 2.6.14 and YES the issue remains!
so - progress.. you can now report this as a confirmed bug in the latest release of VM2.6.xx
it is the problem of " being replaced with the html entity 34... I remember fixing this on a site somewhere but can't find ..
from memory it is because the " are urlencoded with the post (as they should be.. )
think you need to do something like $this->keyword = str_replace("&34","\"\",$this->keyword);
once it gets to the search routine in model/products.php but pretty sure more than that needed