-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to find "NO MATCHES" for searched string? #3
Comments
Hi, Thanks in anticipation! |
Hi, |
Thank you so much! |
👍 |
Hello,
Let say i have content like this @[@"test",@"sample",@"test sample",@"testing"]; and i am searching for word "wz". here i don't have any matches/related word for "wz" in my content array so i suppose to show "No matches found" message.
Can you please guide me how to find that searched string does not have any matches? because your code is always returning sorted array even there is no match.
Thanks in advance!
The text was updated successfully, but these errors were encountered: