Fulltext Search?
Posted: Thu May 21, 2015 10:40 am
I'm curious where and how FULLTEXT Search is used in AC7? In looking at the source for CatalogDataSource and SearchDataSource, everything appears to be using a standard SQL LIKE operator.
The reason I am interested is because I need to perform a FULLTEXT search on the webpages table within the Name, Title, and Description columns. When I attempt to do so, I get the following error:

The reason I am interested is because I need to perform a FULLTEXT search on the webpages table within the Name, Title, and Description columns. When I attempt to do so, I get the following error:
I could use the CatalogDataSource.Search method, but it doesn't load all of the columns I need, with means I'd need to run another query for every result to get the detailsCannot use a CONTAINS or FREETEXT predicate on table or indexed view 'ac_Webpages' because it is not full-text indexed.
