View Issue Details

IDProjectCategoryView StatusLast Update
0001461OXID eShop (all versions)1.06. Search, Tagspublic2012-12-07 14:42
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.2.0 revision 23610 
Summary0001461: Tags are filled automatically with longdesc - leave it empty
DescriptionLogin 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.
TagsTags
Theme
BrowserAll
PHP Version6
Database Version6.0

Relationships

related to 0002217 resolvedsarunas_valaskevicius article: tags field of master shop record is overwritten by searchkeys field when saving article in subshop 
child of 0001462 resolvedtomas_liubinas Tags need to be handled by a different separator than a blank 

Activities

marco_steinhaeuser

2009-11-10 14:29

reporter   ~0002024

Last edited: 2009-11-11 08:05

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 ..."

dainius.bigelis

2009-11-10 16:18

reporter   ~0002026

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).

birute_meilutyte

2009-11-10 17:15

reporter   ~0002028

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.

marco_steinhaeuser

2009-11-10 22:58

reporter   ~0002032

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

dainius.bigelis

2009-11-11 08:05

reporter   ~0002033

Description changed to delete tag entries.

tomas_liubinas

2009-11-11 14:02

reporter   ~0002038

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 = ''

dainius.bigelis

2012-04-12 14:58

reporter   ~0006245

Bug is not relevant any more - tags are not filled automatically now.