I have a Document Type called Account. Account has two child nodetypes, Industry and Cities.
When I want to just search by accountName (searchFields="accountName") it works correctly. But I also want to include Industry names or City names (or the country/state of city).
I've tried:
searchFields="accountName, industry"
searchFields="accountName, industryName"
searchFields="accountName, industry.industryName"
I saw another post about removing "-template:0" from ezSearchSort.cshtml, but that doesn't seem to do the trick.
Including child nodes in search
I have a Document Type called Account. Account has two child nodetypes, Industry and Cities.
When I want to just search by accountName (searchFields="accountName") it works correctly. But I also want to include Industry names or City names (or the country/state of city).
I've tried:
searchFields="accountName, industry"
searchFields="accountName, industryName"
searchFields="accountName, industry.industryName"
I saw another post about removing "-template:0" from ezSearchSort.cshtml, but that doesn't seem to do the trick.
is working on a reply...