View Issue Details

IDProjectCategoryView StatusLast Update
0001563OXID eShop (all versions)1.06. Search, Tagspublic2012-12-07 14:42
Reporterbigparts Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001563: Tag-View returns an empty page
DescriptionThe display of tag-pages does not work.

Example: http://www.bigparts.de/en/tag/chevrolet/

There is an empty page, even with 5 items tagged as "chevrolet".

TMP-Folder has been cleaned.
TagsTags
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0001607 resolvedarvydas_vapsva Tags Produce Crash when coming from Variants 

Activities

dainius.bigelis

2009-12-16 08:16

reporter   ~0002231

Reminder sent to: bigparts

Hi,

Sorry, but I cannot reproduce this case on our shop.
Please check tags here on our demoshops:
http://demoshop.oxid-esales.com/enterprise-edition/
http://demoshop.oxid-esales.com/professional-edition/
... if you can reproduce the same issue.
Looks like in your shop the tags are not inserted for products (or just not shown in frontend?).

Best regards,

bigparts

2009-12-16 12:34

reporter   ~0002233

Hi,

I think I found the "problem". It´s the function loadTagArticles in "core/oxarticlelist.php", that uses the MATCH AGAINST criteria to find related items to the given tag.

So, if more than 50% of the items have the tag, they will not show up, like in my case. I would suggest, to use a WHERE clause, so all items will show up!?

Best regards

bigparts

2009-12-16 13:52

reporter   ~0002234

just found out, that this will solve the problem, since "IN BOOLEAN MODE" will drop the 50%-rule:

against( ".oxDb::getDb()->quote( $sTag )." IN BOOLEAN MODE )";

dainius.bigelis

2010-01-19 08:51

reporter   ~0002285

Last edited: 2010-01-19 08:53

@Developers: I cannot reproduce this case, but as even solution is posted here, please check from source code side if such issue exists and such fix is needed.
Btw: there is a bug, that Tags cannot be displayed for Variant-articles 0001607 - might be related.

sarunas_valaskevicius

2010-03-25 10:50

reporter   ~0002432

fixed as described with boolean mode