Hi,
after upgrading Dynamics 365 CRM to version 8.2.2.112, fulltext search (quick find) doesnt work with wildcard at beginning of search word.
For example, if i search for a lastname "*est" instead of "test", i do not receive the expected results.
It seems that a query similar to this is executed underneath
Select Fullname, contactid
from Contact
where contactid in (
Select contact0.[key] as contactid from containstable([ContactBase], (Fullname, Lastname, Firstname), N'("*est")') as contact0)
When executed in SQL Server Management Studio, this doesnt bring back any result.
Not sure if this is to repro only with a second language pack, additional to base language.
Thanks in advance for any hints.
Regards
Juliane
*This post is locked for comments