Clark Ritchie
Clark Ritchie
Pretty much this: ``` // setup specific server-side EasySearch search indexes if (Meteor.isServer) { // good configuration examples: https://github.com/matteodem/easy-search-leaderboard/blob/master/leaderboard.js VouchersIndex = new EasySearch.Index({ collection: Vouchers, defaultSearchOptions: { limit: 10000 //...
@philippkahr Did you ever make progress on this? I think this is my issue at the moment as well.
We're seeing this, too.