views:

28

answers:

2

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
+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