Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

Search anywhere in the string tokenless using server collection #131

Open rhlsthrm opened 8 years ago

rhlsthrm commented 8 years ago

I did not specify a token in my settings option, but it is only searching from the start of the string. How would I search anywhere in the string? I am using a published collection from the server.