I'm trying to set up a simple search field with results. (Eventually I'll want to add a search field to all my pages that will take the user to the search results page, but let's take it one step at a time.)
I've gotten a fair ways through the process, though I do not yet have results showing. I've figured out how to make a new index (Site Manager > Admin > Smart Search > General || Index > New || Sites || Cultures ) but now I'm getting this ASP error:
"Cannot use a CONTAINS or FREETEXT predicate on table or indexed view 'CMS_Attachment' because it is not full-text indexed."I've checked the 'store files in database' setting:
http://devnet.kentico.com/docs/6_0/devguide/index.html?configuratin_of_full-text_search.htm but no joy.
I wish there as much discussion on getting basic parts set up as there is on customizing them. I don't want anything special. I just want to get something working, and then I can customize at my leisure.