How can I search for nodes within a specific node using Examine Search?
Hi fellas,
I have just started working on a few project which is to be built in v8. Shocking for me, a lot of things are gone and now I am stuck with mainly search feature.
I am trying to search for a specific document type within a specific parent node. Like usual query, I have created a query but it fails as I expect it take path as one value.
var query = searcher.CreateQuery("content").Field("path", categoryNodeId.);
I read a few articles where they are saying that wildcards cannot be used here.
Can anyone help me please in completing this query?
How can I search for nodes within a specific node using Examine Search?
Hi fellas,
I have just started working on a few project which is to be built in v8. Shocking for me, a lot of things are gone and now I am stuck with mainly search feature.
I am trying to search for a specific document type within a specific parent node. Like usual query, I have created a query but it fails as I expect it take path as one value.
I read a few articles where they are saying that wildcards cannot be used here.
Can anyone help me please in completing this query?
Thanks a lot
Hi Ifrahim, Resently I had similar requirement and I used the following query:
Mila
this might help
is working on a reply...