- 🇨🇳China zterry95
Here is the max length of varchar:
https://www.drupal.org/docs/7/api/schema-api/data-types/varchar →What we have defined in the hook_schema:
https://git.drupalcode.org/project/search_api_stats/-/blob/8.x-1.x/searc... - Status changed to Fixed
6 months ago 7:41am 22 May 2024 - 🇨🇳China zterry95
I try the drupal 10 with search_api_stats 1.0, looks Drupal core can handle the exception automaticlly.
keywords cannot be longer than 128 characters but is currently 255 characters long.
If you still stick on Drupal 7, please reopen it. Let's close it temporarly.
Or you can implements hook_schema_alter in you custom module, alter the length of `keywords` field to fit your need. Automatically closed - issue fixed for 2 weeks with no activity.