-
Notifications
You must be signed in to change notification settings - Fork 82
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
All serach parameters are undefined #86
Comments
seeing the same thing here since updating. 0.10.5_14 is the latest known working version for me. |
@DavidSichau, @Manto AFAIR last time server-side search was working in demo app in my meteor environment. I guess this could be caused with changes in internal meteor API that this package uses (e.g. Template._withTemplateInstanceFunc). I'll try to debug and fix the issue this week. |
BTW I've checked in demo app server-side search is working without observation of this issue. |
you were right @sergeyt. my issue was with kadira-debug; not this package. my bad :) |
I want to use a server side autocomplete search. However the parameters to the search options are all undefined.
Here is my Template:
And here the HTML
The console looks like:
Why does the paramters are all undefined? I tried it with Version 0.10.14_14 and 0.11.1_1.
The text was updated successfully, but these errors were encountered: