Tinkering with a plugin for using Full Text Search on SQL Azure
, and I'm having a problem with noise words, especially when using CONTAINSTABLE
.
Logs of real-world search queries for our sites indicate that I need to deal with the noise words one way or the other. What I would like to do is set 'transform noise words' as referenced here but sp_configure
appears to not be allowed.
Is there another way to enable this feature, or are their other options I should be considering to deal with this problem?
Thanks.