i would like to search in DB
input string is "oxoşil"
- o -> [o-ö]
- x -> [x-ks]
- ş -> [s-ş]
- ş -> [ş-sh]
i need to search all of these cominations. Needed finally search criteria is [o-ö][x-ks][o-ö][ş-s-sh][i-ı]l
is there any way to to this with t-sql like operator? or in linq?