R – Moss 2007: Change Label of Search Option (Advanced Search)

mosssearchsharepoint

I've created a custom search page with some defined options in my search scope.

I have a metadata mapped jobtitle, and added the search option to my custom search.

<Property name="JobTitle" 
          ManagedName="title" 
          ProfileURI="urn:schemas-microsoft-com:sharepoint:portal:profile:Title"/>

I want to change my managed name to jobtitle, because title doesn't hit the dutch word for jobtitle. I changed the managed name to jobtitle, after applying the changes it wouldn't change the label.

Anyone have an idea?

Best Answer

It is a little difficult to know exactly what you're problem is since you are using a custom search page.

I am assuming you created a new Managed property and mapped it to something. Then you added it to the advanced search webpart via editing the xsl/xml (directions here). If you change the name of the property you just added you need to update the webpart as well.

Related Topic