Closed DavidSichau closed 9 years ago
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.