matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
436 stars 68 forks source link

Fix issue around document count changing #625

Open zeroonedev opened 7 years ago

zeroonedev commented 7 years ago

Changing cursor.mongoCursor.count() to cursor.count() to prevent the publication returning the wrong count. This stops the pagination component from disappearing when using the elastic search engine.