Forums / Developer / ezkeyword problem
Paul Forsyth
Friday 16 May 2003 4:22:21 am
I do understand this is a new keyword... :)
Looking at the php code for this datatype i noticed that it supports comma delimited values, so "test, this, again" will place three keywords into the database and link them to the object.
However, the view and edit tpls for the keyword only pick out the first keyword, in this case 'test'.
Having a comma-delimited way of entering several keywords is just what i need so im hoping that the intended use of this datatype isnt just for a single keyword... Any chance of fixing this?
btw, this is with ez svn trunk r2418
Thanks
Paul
Ole Morten Halvorsen
Friday 16 May 2003 8:23:14 am
The keyword datatype is work in progress at the moment, and therefor behave a little strange. The keyword datatype will support multiple keywords of course.
-Ole
Senior Software Engineer - Vision with Technology http://www.visionwt.com http://www.omh.cc http://www.twitter.com/omh eZ Certified Developer http://ez.no/certification/verify/358441 http://ez.no/certification/verify/272578
Friday 16 May 2003 8:48:04 am
I understand.
Glad to hear it will support multiple keywords :)
paul