Created a patch for 6.x-3.x to allow override of TAXONOMY_TERM_MAXLIMIT by using variable_set('opencalais_term_maxlimit', 1234) or
drush vset opencalais_term_maxlimit 1234

Comments

kbasarab’s picture

I can confirm this issue. Haven't found a simple solution quite yet though.

kducharm’s picture

Title: Person cannot be longer than 1000 characters » Person / Calais term list cannot be longer than 1000 characters
Version: 6.x-3.5 » 6.x-3.x-dev
Issue summary: View changes
StatusFileSize
new880 bytes

Created a patch for 6.x-3.x to allow override of TAXONOMY_TERM_MAXLIMIT by using variable_set('opencalais_term_maxlimit', 1234) or
drush vset opencalais_term_maxlimit 1234

  • ElusiveMind committed c54f031 on 6.x-3.x authored by kducharm
    Issue #1090400 by kducharm: Person / Calais term list cannot be longer...
elusivemind’s picture

Fixed based on the patch but added a settings configuration to the admin for this variable and adjusted the code as needed.

elusivemind’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

kducharm’s picture