I have full text index, implemented in sql server and I can make queries like: select * from customer_table where contains(name,\'"*someText*"\') and
select * from customer_table where contains(name,\'"*someText*"\')