Hi,/p>
/p>
Of late I have been working in
Sharepoint project which works extensively on searching of data. We have
implemented our own custom search page and use Sharepoint object model for
searching the data./p>
/p>
Yesterday I found a unique bug in
Sharepoint. While search for data based on different specific columns (mapped in
Metadata property mapping), the search never fetched result when I made a search
on the Last modified by field. I had updated all of the documents multiple times
and also crawled the records properly after updating the data. But this did not
solved the problem./p>
/p>
I also tried to search the record
from the out of box Advance search web part but with no luck. Search result for
the Modified by field never showed up./p>
/p>
After googling a bit I found that
this was a bug in Sharepoint. The problem is with the default metadata mapping
ModifiedBy property. /p>
/p>
Since the problem was only with
the property and column mapping the problem can be solved with some steps to
update the metadata mapping. /p>
/p>
Below I have listed the steps for
updating the ModifiedBy property to actually make it searchable. For able to
perform the steps you should have basic idea on how to work with Sharepoint
central administration and of course the permission to update in the central
administration./p>
/p>