View Issue Details

IDProjectCategoryView StatusLast Update
0005725OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2022-02-01 13:09
Reportersimon_stark Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Version4.8.4 / 5.1.4 
Summary0005725: Similiar product are matched by wrong criteria
Description"Similar" Products which are shown in the corresponent list on a product page are matched by attribute name, not by attribute value. This leads to irritating behavior of the shop, for example articles with an attribute "material" with the value "concrete" are shown as "similar" to articles with the attribute "material" with the value "rubber".

Steps To ReproduceJust recreate the scenario described above.
Additional InformationSimilar products should be determined by matching attributes AND their values.

If the functionality will be kept as is, it should be at least documented how matching is done to keep user bewilderment at a minimum.
TagsDocumentation
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

martinwegele

2014-04-07 15:31

reporter   ~0009815

Last edited: 2014-04-07 15:35

Possible implementation was discussed in the Community Forums: http://forum.oxid-esales.com/showthread.php?t=4759&page=2#post70937
But I guess that this might produce a very complex query depending on how many attributes you use. This could definitely affect the performance but would it be worse if we compare both value and id?

jurate.baseviciene

2014-05-02 12:36

reporter   ~0009879

This bug is confirmed, because we have missing documentation.

florian.auer

2015-11-18 16:06

reporter   ~0011310

This is not a bug, but a feature, and any change might impact performance.