I have a webpart, which displays a list with information (title, creation date) about publishing pages under the current web site.
Above this list there should be a search form (filter) to search this pages for the given search string.
What is the best way (performance etc.) to search? A simple CAML-Query with "Contains"-Keyword or using the sharepoint enterprise/fast search?