Basically I would like to get all results that would returned for a normal keyword query, but I want to filter those results with a WHERE clause. I tried using KeywordQuery or FullTextSqlQuery but didn't see anything in either that would appear to let me do that. Can someone point me in the right direction?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Looks like you can pass in a keyword along with some parameters to filter the results. Example:
will return only results that would be returned for a search on "some keyword" that have a DocumentDate somewhere in 2009. You can find the details here. Hope this helps someone! |
|||
|
|