View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001461 | OXID eShop (all versions) | 1.06. Search, Tags | public | 2009-11-10 11:40 | 2012-12-07 14:42 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.2.0 revision 23610 | ||||
Summary | 0001461: Tags are filled automatically with longdesc - leave it empty | ||||
Description | Login to admin, go to administer products. You will find first few characters of the longdesc in the tags. Tags shall not be auto-filled at all and shall be set manually. These tags are included in demodata and inserted during setup. Please delete all these tags from demodata, to leave the tag field empty. | ||||
Tags | Tags | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 6 | ||||
Database Version | 6.0 | ||||
related to | 0002217 | resolved | sarunas_valaskevicius | article: tags field of master shop record is overwritten by searchkeys field when saving article in subshop |
child of | 0001462 | resolved | tomas_liubinas | Tags need to be handled by a different separator than a blank |
|
Could now reproduce it: http://demoshop.oxid-esales.com/community-edition/Geschenke/Schale-SCHALLPLATTE.html The tags schale plätzchen obst mehr hergestellt grooviges where dragged of the first (80?) characters of the longdesc minus "trivial" words: "Ein grooviges Plätzchen für Obst und mehr! Die Schale ist hergestellt aus einer ..." |
|
Looks like tags for articles are fullfilled from the long descriptions. @Developer: please check if these are already prepared in demodata, or is it generated automatically from long description, by removing some minor words (what would be an issue, as it is wrong behavior). |
|
Reminder sent to: marco_steinhaeuser Hello, your mentioned tags 'schale plätzchen obst mehr hergestellt grooviges' for product Art.No. 1940 are in setup demodata.sql (db table oxartextends). they are not generated from long description. and looks like all tags in demodata.sql are taken from products long description first few sentences greetings, Birute M. |
|
Hi Birute, exactly, that's the point. Unfortunately, longdesc seems to be the worst place to extract tags from because the tags look like complete bollocks in German. Cheers Marco |
|
Description changed to delete tag entries. |
|
Old demo tags will be removed as soon as we have new demo information. In case you have to clean them you ca use the following SQL statement: UPDATE oxartextends SET oxtags = '' |
|
Bug is not relevant any more - tags are not filled automatically now. |