No autcompletion unless len(query) >= 3

I would like to get autocompletion as soon as a user types. Currently Swiftype only gives me back matching indices when >= 3 letter are typed into the search box.

Can I configure my engine to give back matches as soon as one letter is typed anywhere?