Is there a way 开发者_如何学JAVAto use SharePoint CAML to do a Full-Text search on a sharepoint list?
You can just use the actual full-text search using the search object model and just limit it to the list by adding the path condition to the Where clause
You might be able to use the contains keyword, try looking at this http://msdn.microsoft.com/en-us/library/ms196501.aspx
精彩评论