I have a field on my form that I would like to offer suggestions to the user. Currently, it only shows results based on if they begin with what the user is typing in, when it should show any result that contains the search string. The .suggestAllContent property in appsettings.cs is already set to true. I've tried setting it to false, as well as inserting a wildcard prefix in a bunch of places where various files seem to be building the SQL, and changing "Starts With" to "Contains" in many different places that seemed relevant. Any guidance would be appreciated.