View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001563 | OXID eShop (all versions) | 1.06. Search, Tags | public | 2009-12-15 17:30 | 2012-12-07 14:42 |
Reporter | bigparts | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001563: Tag-View returns an empty page | ||||
Description | The 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. | ||||
Tags | Tags | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0001607 | resolved | arvydas_vapsva | Tags Produce Crash when coming from Variants |
|
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, |
|
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 |
|
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 )"; |
|
@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. |
|
fixed as described with boolean mode |