wekan/imports
Martin Filser 40a5422e75 ReactiveMiniMongoIndex created, Javascript Index of MiniMongo Client Database
- I didn't find a solution to have indexes in MiniMongo on client. As i see /
  believe there isn't this feature yet in Meteor (v2.10).
- I got this and many more results while looking for an solution:

  https://forums.meteor.com/t/adding-indexing-to-minimongo/9130/12
  https://github.com/meteor/meteor-feature-requests/issues/66

So to speed up the MiniMongo i decided to create a own class for this,
currently per query. Of course, this isn't the best solution, but works for now
good.
2023-07-18 21:25:29 +02:00
..
i18n Updated translations. 2023-07-17 01:20:33 +03:00
jsons.js adding ReactiveCache to other source code 2023-07-18 21:25:28 +02:00
reactiveCache.js ReactiveMiniMongoIndex created, Javascript Index of MiniMongo Client Database 2023-07-18 21:25:29 +02:00