mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Subscribing with arguments seems to be broken #57

Open kfatehi opened 9 years ago

kfatehi commented 9 years ago

Hi @pscanf you know that classic pattern for implementing search, where you resubscribe to the same publication with a different query on keyup?

I've got this implemented with Asteroid and it's not working.

It seems like anytime I pass arguments into subscribe, nothing ever comes out, even though my publication is fine (verified from Meteor's own client).

Have you tried using subscribe with a query and had it working?

kfatehi commented 9 years ago

Referencing https://github.com/Urigo/angular-meteor/issues/272#issuecomment-105253520