I'm using the code to make an OE question autocomplete for a list which is working fine but it only searches from the first character. Is there a way to alter this code so that it looks all parts of the string? E.g. If I am searching for the word manager and type 'ma' it should return 'Manager' 'General Manager' 'Mid-level management' etc.