https://material.angularjs.org/latest/#/demo/material.components.autocomplete
Please can someone tell me how to make autocomplete (Angular material) to search string not only at the beginning of words, but anywhere within the words.
For example the word Alabama: Works when you type "Ala", but does not work when you type "bama". How do I make it to work when I type "bama"?
I know I can use a third party directive such as Angucomplete Alt: http://ghiden.github.io/angucomplete-alt/ but I think Angular material should have this option?