I wanted to implement auto-completion with type head, following this documentation, I was able to achieve that. But the search was case sensitive.
Following this documentation, it says, to enable case insensitive search I should select Tokenize for indexing
option, this way.
I am using crafter CMS 3.1.0 version and I don't use any Tokenize for indexing
option;
Note: The version used in documentation is 3.1.9, is this feature not available in 3.1.0?