Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:dynamic-forms [2019/02/14 15:48]
kotisovam part moved to admin guide and edited
devel:documentation:application_configuration:dev:dynamic-forms [2019/05/24 06:54]
tomiskar [Dynamic forms (eav)]
Line 16: Line 16:
 Dynamic form attribute supports data types (''persistentType''): Dynamic form attribute supports data types (''persistentType''):
   * ''CHAR'' - one character   * ''CHAR'' - one character
-  * ''TEXT'' -  strings (long text). Not indexed - ''SHORTTEXT'' usage is preferred.+  * ''TEXT'' -  strings (long text). Searching by ''TEXT'' is not supported,  column is not indexed - **''SHORTTEXT'' usage is preferred (+ indexed)**.
   * ''SHORTTEXT'' - strings (2000 chars). Indexed.   * ''SHORTTEXT'' - strings (2000 chars). Indexed.
   * ''INT'' - integer   * ''INT'' - integer
  • by tomiskar