Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Charles W 5 posts 35 karma points
    Sep 19, 2014 @ 00:02
    Charles W
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies