Text or LimitedText

In PageFieldDefinitionSetup I can choose between Text and LimitedText when adding a text field.
When should I use LimitedText instead of text?

Litium version: 7.3.1

LimitedText is limited to 250 characters and has an indexed column in the database, so it’s faster for data queries. It’s only possible to create LimitedText fields from code.

3 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.