View Properties Link on Search Results
-
13 เมษายน 2555 20:06I am working on adding a View Properties link to my search results. I found a set of instructions (http://blogs.msdn.com/b/dougperkes/archive/2009/05/13/sharepoint-search-results-adding-a-link-to-the-view-properties-page-of-a-document.aspx) and was able to get it working for items that are stored in document libraries. To do so, I added a new metadata property and mapped it to ows_id. However, some of my documents are in record libraries and those results do have have the View Properties option. Is there a different property, besides ows_id for record libraries?
ตอบทั้งหมด
-
14 เมษายน 2555 13:49Record libraries use the ID column just like other document libraries there is no difference. There must be another problem.
Blog | SharePoint Field Notes Dev Tool | ClassMaster
-
14 เมษายน 2555 16:53
Try to print and verify with the record library item url with the "ViewPropUrl" variable value in the search core results xslt
add the this in xslt and try to print the url value and verify
View Properties Url: <xsl:value-of select="$ViewPropUrl"/>
- เสนอเป็นคำตอบโดย raghupavan 14 เมษายน 2555 16:53
- ทำเครื่องหมายเป็นคำตอบโดย Pengyu Zhao 20 เมษายน 2555 5:40
-
26 กรกฎาคม 2555 14:44Will this same setup work in SharePoint 2010?