My aim is to retrieve only nodes that are of type country and continent that have to have the siteNode value specified. However, when I receive the results of the query it also seems to have loads of other types of node including homepage and activities. This is because both of these types also have the same siteNode.
Is there anything I am missing from my query that could be causing it to do this?
I know that I cannot define that it must return continent and country types as a node cannot be both but there must be a way on ensuring that other node types that I am not interested in are not returned.
Examine query returning nodeTypeAlias I have not searched for
Hi all,
I have the following Examine query:
My aim is to retrieve only nodes that are of type country and continent that have to have the siteNode value specified. However, when I receive the results of the query it also seems to have loads of other types of node including homepage and activities. This is because both of these types also have the same siteNode.
Is there anything I am missing from my query that could be causing it to do this?
I know that I cannot define that it must return continent and country types as a node cannot be both but there must be a way on ensuring that other node types that I am not interested in are not returned.
Any help would be greatly appreciated.
Cheers,
Jason
is working on a reply...