Will adding "no_text_index=true" to a collection remove the entire table from the index?

seberly
Giga Expert

Will adding "no_text_index=true" to the attributes of a collection dictionary record cause the entire table to not be indexed? I guess a corollary would be do dictionary attributes added to a collection affect the entire table?

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

Hi Scott,



I can confirm that adding no_text_index=true to a collection(assuming that text index checkbox is checked) field does not remove the whole table from global search.


-Anurag

View solution in original post

7 REPLIES 7

I think the answer is nothing, since it is a field attribute and the collection is not a field.   But that would only be a guess, having never tried it before.


Anurag Tripathi
Mega Patron
Mega Patron

Hi Scott,



I can confirm that adding no_text_index=true to a collection(assuming that text index checkbox is checked) field does not remove the whole table from global search.


-Anurag

Thanks Anurag!