The page has a custom property which acts as a category selectory, The type of that property is String. At the FIND , the property is indexed as "CategorySelector$$string": "581"
The built in Episerver Category property is not used , at the FIND it is indexed as "Category": []
There is a list page which fetch pages from FIND based on Categories.
Approach
With the IncludeField method, I would like to update the inbuilt property "Category" from the custom property "CategorySelector" at the FIND index ,so that the list pages can fetch the pages from FIND based upon buiild in Category property.
The Index at FIND should not be empty for Category property
Hello,
Background
Approach
With the IncludeField method, I would like to update the inbuilt property "Category" from the custom property "CategorySelector" at the FIND index ,so that the list pages can fetch the pages from FIND based upon buiild in Category property.
The Index at FIND should not be empty for Category property
Ref:
EPiServer.Find.Framework.SearchClient.Instance.Conventions.ForInstancesOf().IncludeField()
Thanks,
Amol Mahul