not sure if that would work (but happy to be corrected as every days a school day!), but i normally add those as custom index fields in the GatheringNodeDataHandler event like so:
When the index gets built, the custom field gets added in and will be available for searching. Its a great way of adding custom data to your index, such as MNTP node ids to actual names etc.
Umbraco 7 Examine - Parent.Name
Hi Guys,
Can someone tell me if this is possible?
<IndexUserFields>
<add Name="academicLevel"/>
<add Name="school" EnableSorting="true"/>
<add Name="ptft" />
<add Name="parent.name"/>
</IndexUserFields>
<IncludeNodeTypes>
<add Name="course"/>
</IncludeNodeTypes>
Please let me know.
Thanks in advance!
hi
not sure if that would work (but happy to be corrected as every days a school day!), but i normally add those as custom index fields in the GatheringNodeDataHandler event like so:
When the index gets built, the custom field gets added in and will be available for searching. Its a great way of adding custom data to your index, such as MNTP node ids to actual names etc.
enjoy!
Ian
I am so new, i have no idea where to add anything. ;((((
Create a class in APP_Code?
Can anyone help me =(((((((((((((((((
is working on a reply...