Changing Collation Issues

Hello,
I had one database with following collation: Latin1_General_100_CS_AS. (Case Sensitive, Accent Sensitive)
I needed it to be Case and Accent Insensitive so I've created a new database with the collation Latin1_General_100_CI_AI and then exported/imported the data via powershell before synchronizing the data.
So now on RTC everything looks normal except on Search Field where I am not able to make accent insensitive searches. (but it works well on filters and on other fields)
Is there anything that I am missing?
Sign In or Register to comment.