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
I have a node in XML with the name "productPageTitle" and I dont want this node to be a part of search result.
<ExcludeNodeTypes> <add Name="titleProperties"/> </ExcludeNodeTypes>
So I used <ExcludeNodeType> but still as a part of result.
How can I exclude this node from search results?
I got stuck with that in part of search
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
I dont want to add Page Title in Searching.
I have a node in XML with the name "productPageTitle" and I dont want this node to be a part of search result.
<ExcludeNodeTypes>
<add Name="titleProperties"/>
</ExcludeNodeTypes>
So I used <ExcludeNodeType> but still as a part of result.
How can I exclude this node from search results?
I got stuck with that in part of search
is working on a reply...