Feature cs/faster autocomplete
Speeds up the autocomplete mechanism by querying less data though the use of "like" queries.
It therefore sends more queries to the server, but also involves a lot less data being exchanged, allowing us to remove the limit of 500 on sets able to be autocompleted on.
Closes #3100 (closed)
Edited by Ryan Herbert