Opened 3 years ago
Closed 3 years ago
#21652 closed enhancement (fixed)
add gold to "material"
Reported by: | dieterdreist | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 21.12 |
Component: | Internal preset | Version: | |
Keywords: | material, gold | Cc: |
Description
When you add material=gold, you get a warning from validator "warning, gold is not a known material, did you mean wood?"
Attachments (0)
Change History (5)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
I am not sure which values are already present, but for example for sculptures, it would be interesting to have different metals (particularly common ones)
comment:3 by , 3 years ago
FYI:
The engl. message is "Unknown property value - Value 'gold' for key 'material' is unknown, maybe 'wood' is meant?"
The message is produced because the Levenshtein distance between gold and wood is 2, you get a similar message for other possible typos like material=good or material=Wood.
I think it is better to add material=gold to the ignore list, there are only 215 objects with this tag.
comment:4 by , 3 years ago
Component: | Core validator → Internal preset |
---|---|
Milestone: | → 21.12 |
Type: | defect → enhancement |
What to do? Adding some more values for common metals to
material=*
or ignoringgold
?