Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
search by the data in the node
posted

Hi

I was wondering if there is a way to search for a node by their data attributes. So if a nodes data looks something like

{

    DisplayName: "Upload File", <--textKey

    FieldName: "Image", <--valueKey

    TableName: "TrailingDocs"

}

would I be able to search for this particular node using its TableName value?

Thanks,

Armando