Hi Guys a very Interesting issue with the Sharepoint Template Contacts Management provided by Microsoft .
Today i came accross an issue where in the user was using the Contacts Management Template
And by default it returns all names beginning with the letter R.
Resolution -
========
There is a very easy fix for this
You need to edit : http://yourserver/contacts/Results.aspx in Sharepoint Designer.
The list of contacts is provided by a Data View web part which contains the following line:
<ParameterBinding Name="SearchQS" Location="QueryString(Search)" DefaultValue="r"/>
Remove the letter ‘r’ and refresh your page, now no contacts will show up by default.
Today i came accross an issue where in the user was using the Contacts Management Template
And by default it returns all names beginning with the letter R.
Resolution -
========
There is a very easy fix for this
You need to edit : http://yourserver/contacts/Results.aspx in Sharepoint Designer.
The list of contacts is provided by a Data View web part which contains the following line:
<ParameterBinding Name="SearchQS" Location="QueryString(Search)" DefaultValue="r"/>
Remove the letter ‘r’ and refresh your page, now no contacts will show up by default.
No comments:
Post a Comment