Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Does any 'Examine' wizards out there know how to include nodes if a field does not exist in the node?
We using Umbraco 10.6.1
Thanks Rich
I don't think it is possible
Hi Huw,
I figured it out in the end, although I think the way I worded the question could have been a little better : )
queryWithOps = queryWithOps.Not().Field("dontShowInAugust", "1");
So if the 'dontShowInAugust' yes/no toggle field is Not set to Yes then include the node in the search results.
This way if the 'dontShowInAugust' field is not part a node it will automatically be included in the search results anyway.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine search
Hi,
Does any 'Examine' wizards out there know how to include nodes if a field does not exist in the node?
We using Umbraco 10.6.1
Thanks Rich
I don't think it is possible
Hi Huw,
I figured it out in the end, although I think the way I worded the question could have been a little better : )
So if the 'dontShowInAugust' yes/no toggle field is Not set to Yes then include the node in the search results.
This way if the 'dontShowInAugust' field is not part a node it will automatically be included in the search results anyway.
is working on a reply...