rizzle Posted February 11, 2010 Share Posted February 11, 2010 Hi all, i hope i have posted this in the right forum.Basically when clicking on a tag in the tags box, it also seems to perform a standard search through description and everything else, so ends up displaying items that have not even got that tag. for example:/search.php?tag=testWill display items tagged with test AND any items that have 'test' anywhere in the description/title/category. Even if i remove the tag 'test' in 'Back Office >> Catalog >> Tags', using the above url will still display products.Has anyone noticed the same problem? Is there a way to have it so that clicking on a tag from the tags box only displays products that actually have that tag?Have tried removing all tags, re-indexing the search, clearing the search tables in the database and can't seem to find a solution.Any help would be awesome, going a bit crazy trying to figure this one out!thanks Link to comment Share on other sites More sharing options...
rizzle Posted February 16, 2010 Author Share Posted February 16, 2010 a quick update. you can recreate this problem even with a fresh install of the latest version of prestashop.Click on 'shuffle' in the tags box. ipod shuffle and ipod nano both show up.ipod nano is not tagged with 'shuffle' but does have the word shuffle in its description. Link to comment Share on other sites More sharing options...
sdqw Posted February 17, 2010 Share Posted February 17, 2010 Hi,I did this using php and mysql, I would select the date I wanted from the DB and ask it to output it.tag 1tag 2tag 3^ wrongtag 1tag 2tag 3<?php echo="<?php echo="$row[name]"; ?> Link to comment Share on other sites More sharing options...
benje Posted March 8, 2010 Share Posted March 8, 2010 This bug has been raised in the Prestashop bug tracker and can be found here:http://www.prestashop.com/bug_tracker/view/3689/ Link to comment Share on other sites More sharing options...
diana13 Posted May 29, 2010 Share Posted May 29, 2010 I've noticed today this problem: when I click on a tag, for example mysite/tags/word1+word2 it displays not only the products tagged with "word1 word2" but all the products with word1 or word2 in description.How can I make that when I click on a tag to display only the products tagged with that specific tag?I've read the bug tracker, but I don't understood: the problem was fixed or not? And what is a SVN version? Link to comment Share on other sites More sharing options...
rocky Posted May 29, 2010 Share Posted May 29, 2010 Yes, this issue was fixed in PrestaShop v1.3. What version of PrestaShop are you using? Link to comment Share on other sites More sharing options...
diana13 Posted May 29, 2010 Share Posted May 29, 2010 1.2.5I don't want to upgrade yet to 1.3 because I've made a lot of modification in a lot of files to fix things and to make my shop to look like I want. I'll take a look in 1.3 version though, to see how can I fix this for my version. I suppose there was modifications only in tag.php and in blocktags module for this fix. Link to comment Share on other sites More sharing options...
rocky Posted May 29, 2010 Share Posted May 29, 2010 I think they made modifications to classes/Search.php too. Link to comment Share on other sites More sharing options...
Jeff S. Posted June 21, 2010 Share Posted June 21, 2010 Hello,I have the same problem here and for the same reasons I do not want to upgrade to 1.3. If you managed to solve your issue, could you please post the modifications here?CheersJeff Link to comment Share on other sites More sharing options...
Recommended Posts