Goto search function performs "starts with" instead of "contains" when using single character even though system property "glide.ui.goto_use_contains" is created with value trueIssue Goto search function performs "starts with" instead of "contains" when using single character even though system property "glide.ui.goto_use_contains" is created with value true. Steps to Reproduce 1. Create system property "glide.ui.goto_use_contains" with value true.2. Navigate to Incident -> All, in Goto search function, search the Short description with single character "a". Expected behavior: The search result should be "Short description contains a" Actual behavior: It's showed the search result is "Short description starts with a"ResolutionIt's identified as Working as Expected by dev team. This is long-standing, deliberate behavior. If you need a contains query for a single character, use the asterisk wildcard.