Suppose I have a table, under full-text indexing, with column data containing values 'law','lawson','byelaw'. I do a select using CONTAINS '"*law*"'. The first two records are returned but not the one with 'byelaw'.
I suspect the leading '*' is ignored when using 'contains'. Is this by design? I find this hard to believe.
Any thoughts?