Onprem BC25 Modern Search
Hello,
Yes, this is a known behavior with Modern Search in Dynamics 365 Business Central when SQL Full-Text Search is enabled. Full-Text Search does not support partial or infix matching by default, which means searching for a term like "acme" will not return results unless it exactly matches a token stored in the index. To get results for partial matches, users need to use wildcards such as acme.
This happens because full-text indexing breaks text into individual words or tokens and searches only those, without automatically considering substrings within them. Even though the SQL Full-Text feature may be installed and enabled, it requires the correct configuration and indexing to work effectively. It's recommended to ensure that the Full-Text Search index is properly set up and populated, and users should be made aware of using wildcards when searching for partial matches.
Regards,
Mansi Soni