
I am working on Advanced Search customization. Advanced Search page has a property picker that can be populated with managed properties and I can expose managed properties with SharePoint interfaces. However, I need to create managed property for Advanced Search Page using C#. How can I programmatically create managed properties and add them into the Advanced Search Properties? Do you have any idea about that?
Thank you.
I solved my problem, Firstly, I created managed property with its mapping. You can access the solution from this link.
And then managed property was added to Advanced search Property;
Note: Don’t Forget!! Start Full crawl after creating new managed property.