-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Typeahead "limit" if equal to results returned, shows "no-data". #1312
Comments
I had the same bug today, here's what I found, hope it helps (it did for me) |
Awesome. I will also update the issue I opened and mark it as duplicate of Regards. On Tue, Jul 7, 2015 at 6:05 PM, Philippe Boyd [email protected]
Regards, |
I'm not the one who asked the question on stackoverflow sorry... |
This appears to be the issue fixed by #1212. |
@rsutphin thanks for the update...any ideas when the new build will be released. Closing this issue. |
you can set limit Infinity, |
Bloodhound returns correct number of results. But if the number of results is same as the
limit
option in thedatasets
, then this results in showing "no-results" instead of showing all of them.I have created this JSFIDDLE that demonstrates this issue.
http://jsfiddle.net/rash805115/kosocz84/
Note: Searching for
1947
returns exactly 5 rows._When
limit
is set to 4:_Searching for 1947 returns 4 results.
_When
limit
is set to 5:_Searching for 1947 returns nothing.
_When
limit
is set to 6:_Searching for 1947 returns one 1 result - the first result.
PS: My first time reporting a bug, so maybe I am not clear enough. Please teach me if I am wrong or something is missing.
The text was updated successfully, but these errors were encountered: