Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2008 at 16:22 UTC
Updated:
27 Jul 2011 at 09:12 UTC
I case of unlimited teaser lenght the same content ist stored twice in {node_revisions} body and teaser.
"unlimited" ist stored as "0". The minimum you can set is 200.
Did you ever thought about generating the teaser at runtime and not storing in the database, which has a lot of disadvantages and wasted performance / RAM?
modules/node/node.admin.inc ...
Comments
Comment #1
mdupontIf I'm not mistaken, this is how it behave since D7 with the new Fields API.