Eddy Borja

Results 34 comments of Eddy Borja

I haven't been doing any iOS work lately as I've been pretty busy with some other projects, but I'm open to pull requests.

A) for large data sets, consider organizing your strings in a trie. This will let you to return less results and thus less processing done by the actual text field....

Possibly, I wasn't too sure what the original goal was. If a developer would rather sort results on his own, the BOOL property `sortAutoCompleteSuggestionsByClosestMatch` should be set to false.

Can you give an example of a user input and an expected list of results? — Sent from Mailbox On Wed, Nov 25, 2015 at 5:22 AM, Nirmit Dagly [email protected]...

So basically looking for an exact match and not considering typos? — Sent from Mailbox On Wed, Nov 25, 2015 at 2:40 PM, Nirmit Dagly [email protected] wrote: > Yes. >...

I've pushed an update that adds a Bool called "requireAutoCompleteSuggestionsToMatchInputExactly". Set that to true and it should do the behavior you're looking for. An exact match is the same as...

Sure let me get a data source so I can see what's going on. — Sent from Mailbox On Thu, Nov 26, 2015 at 5:52 AM, Nirmit Dagly [email protected] wrote:...

Thanks, I believe it should work fine on iOS 6. On Saturday, September 13, 2014, Lê Vũ Hải [email protected] wrote: > Is it possible to work on iOS 6? >...

It isn't. If anyone wants to take over feel free. On Mon, Oct 10, 2016 at 3:41 PM Matias Radzinski [email protected] wrote: > Hey @EddyBorja https://github.com/EddyBorja, are you still maintaining...