Here's a blast from the past, for the old schoolers out there.
In the V 7.2.1 database structure, there is a column, tstr.SearchJoinsToc, which takes a T/F value.
Our understand is that this value will allow, or not, for fields in different templates to be added to a search results list, even when a different template is searched.
Example:
Template A has a Field called "Name" and Template B has a field called "Name"
If I search Template A for the Name field, and if SearchJoinsToc is true, SQL tracing indicates that the Name field from Template B will also be processed in the background, via a Union statement. Can we confirm if that is the case?
Further, does SearchJoinsToc also come into play when selecting columns for display? We are asking because we are now getting SQL errors (7050) when we try to add columns.
Or put another way, can we get the official LF explanation for the role of this column, what it does when True and what it does when False? Thanks -