Is there a way to use SharePoint CAML to do a Full-Text search on a sharepoint list?
A:
You might be able to use the contains keyword, try looking at this http://msdn.microsoft.com/en-us/library/ms196501.aspx
Joe Capka
2010-06-30 11:32:28
+1
A:
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
Vladi Gubler
2010-06-30 13:29:17