thanks, it works!!! Great job
I have found the solution myself in the gravity forms documentation.
https://docs.gravityforms.com/gform_chosen_options/
In your plugin I changed in the file chosen.jquery.js the following line and set it from false to true:
this.search_contains = this.options.search_contains || true;