May i know what is the use of this dictionary attribute "all_tables.text_index_translations"

kalaivani22
Tera Contributor
 
1 ACCEPTED SOLUTION

Robert H
Mega Sage

Hello @kalaivani22 ,

 

The name of the attribute is actually just "text_index_translations", and it controls whether the index shall be regenerated when translated strings are added. Please see the documentation for more details.

 

Regards,

Robert

View solution in original post

2 REPLIES 2

Robert H
Mega Sage

Hello @kalaivani22 ,

 

The name of the attribute is actually just "text_index_translations", and it controls whether the index shall be regenerated when translated strings are added. Please see the documentation for more details.

 

Regards,

Robert

kalaivani22
Tera Contributor

In documentation I could see it has  a "true/false" value but in instance it is a string one and affecting the working of other dictionary attributes while using it.