ez projects / ezkeyword_autocomplete / forum / general / a question about languages
You need to be logged in to post messages in the forums. New users may register here.
|
Member since: Posts: 221 |
Thursday 30 April 2009 4:19:17 pm when editing a keyword in say eng-UK, will it suggest keywords that have been entered in fre-FR translations of content?
Principal Consultant International Business |
|
Member since: Posts: 52 |
Thursday 30 April 2009 4:27:46 pm Hi Gaetano,
This limitation is not tied to the hereby shipped extension, but to the ezkeyword datatype itself : it is not translation-aware. Hence the impossibility to retrieve keywords filtered by language. Here is the faulty table structure : mysql> describe ezkeyword; +----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------+--------------+------+-----+---------+----------------+ | class_id | int(11) | NO | | 0 | | | id | int(11) | NO | PRI | NULL | auto_increment | | keyword | varchar(255) | YES | MUL | NULL | | +----------+--------------+------+-----+---------+----------------+ Thanks for the feedback on this ! -- |
|
Member since: Posts: 52 |
Thursday 30 April 2009 5:21:35 pm Here is the related issue :
http://issues.ez.no/IssueView.php?Id=12584& -- |
|
Member since: Posts: 34 |
Tuesday 08 December 2009 12:04:07 pm Why don't you fetch keyword that are only related to content in the current language ?
I have done that on a home made autocomplete system and it works fine. -- |
|
Member since: Posts: 52 |
Tuesday 26 January 2010 9:12:27 am Hi Mathieu, just stumbled upon your reply now.
Having the keywords related to the current language only would actually be interesting (this could be configurable). Would you want to contribute to this extension, and push your solution here ? (i am sure you know how it works: apply for membership, i'll be notified, approve, and then you are free to commit :) ) Cheers, -- |
You need to be logged in to post messages in the forums. New users may register here.