Tagged Questions
1
vote
1answer
176 views
using FullTextSqlQuery to pull users and display hire date
I'm pulling a list of employees from SharePoint into a web part. I did the following:
mapped the Hire Date user profile property to the createTimeStamp AD property
created a managed property in the ...
1
vote
1answer
2k views
SP 2010 FullTextSqlQuery display managed properties in query results
I have created a managed property TaskDueDate linked to ows_DueDate(Date and Time)
which I would like to display in my search query results.
However the query doesn't return any values for ...
5
votes
2answers
3k views
People Search FullTextSqlQuery with CONTAINS on PastProjects managed property
I am developing a Web Part for SharePoint 2010 that uses FullTextSqlQuery to perform People Search using a CONTAINS clause on the PastProjects managed property.
I am not getting any results back. ...