I want to search for nodes using node names - how can I do it? (querybuilder)
might be best explain with an example
These are 6 sample nodes
- /content/myhost/products/shoes/mens/shoe1
- /content/myhost/products/shoes/mens/shoe2
- /content/myhost/products/shoes/womens/shoe1
- /content/myhost/products/shoes/womens/shoe2
- /content/myhost/products/shoes/kids/shoe1
I want to return all nodes where the node name = "shoe1" BUT I do NOT want to return node5. So in my sample nodes, no1 and 3 will be included. Node5 is not included.
How can I do it?
I looked at the nodes and there's nothing in the node properties that can help me. All I have are the names.
Thanks