issues
search
percolatestudio
/
publish-counts
Meteor package to help you publish the count of a cursor, in real time
https://atmospherejs.com/tmeasday/publish-counts
MIT License
200
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Meteor 3.0 compatibility
#99
manueltimita
closed
8 months ago
9
added support for projection field
#98
salmanhasni
closed
1 year ago
2
Collection cursor has no field limits and will fetch entire documents
#97
salmanhasni
opened
1 year ago
2
Guide for Typescript
#96
wolfcomp
opened
2 years ago
1
how i use Counts over ddp connection
#95
adrianflda
opened
6 years ago
2
RangeError: Maximum call stack size exceeded
#94
24thsaint
closed
7 years ago
2
Exception. RangeError: Maximum call stack size exceeded with meteor-rxjs
#93
puedesleerlo
closed
7 years ago
1
Support sever-side rendering
#92
elmarti
opened
7 years ago
3
Update README: include meteor-publish-join
#91
nlhuykhang
closed
7 years ago
0
TypeError: self.added is not a function
#90
anthonyboutinov
closed
8 years ago
6
add underscore as dependency
#89
sebakerckhof
closed
8 years ago
3
Update README.md
#88
nate-strauser
closed
8 years ago
1
Add server support for Counts.get and Counts.has
#87
gbhrdt
closed
3 years ago
2
publish-counts causes mongodb connection timeout with large datasets
#86
tgoldenberg
closed
8 years ago
3
Searching do not update counts
#85
humbertocruz
closed
8 years ago
3
TypeError: Object [object global] has no method 'added'
#84
lyquocnam
closed
8 years ago
4
How to count comments associated with referenceId?
#83
ritchieng
closed
8 years ago
6
Count not updating when find() selector changes
#82
abecks
closed
8 years ago
5
ReferenceError: _ is not defined
#81
ubald
closed
8 years ago
2
Server Support
#80
SachaG
opened
8 years ago
18
added hasPublishedCount template helper
#79
mokolodi1
closed
8 years ago
2
Question about the sample code
#78
derwaldgeist
closed
8 years ago
5
Update documented purpose and notes regarding counting in the database
#77
boxofrox
closed
8 years ago
4
High CPU
#76
elie222
closed
8 years ago
10
Counts.get() delivers zero even though MongoDb console and server show count > 0
#75
a4xrbj1
opened
9 years ago
7
countFromField returns collection count rather than the sum of field values
#74
Pushplaybang
closed
9 years ago
3
How to count documents based on user created documents createdBy field?
#73
Ajaxsoap
closed
8 years ago
3
clarify basic usage
#72
KristerV
closed
8 years ago
2
How do you count based on user profile which is stored in a different collection?
#71
Ajaxsoap
closed
9 years ago
17
Counts is getting the same number of comments for each post
#70
adavia
closed
9 years ago
2
How can restart Count?
#69
the-evgenii
closed
9 years ago
3
Update README.md
#68
yogiben
closed
9 years ago
0
split client/server into 2 files
#67
boxofrox
closed
9 years ago
1
Document need for unique count names
#66
chmac
opened
9 years ago
4
Split the client / server into 2 files for performance
#65
chmac
closed
9 years ago
3
Return counts broken down by attribute from collection
#64
aaronmyhre
opened
9 years ago
7
Counts.get() should be working for SSR
#63
eXon
closed
8 years ago
2
skip field specifier optimization with local collections
#62
boxofrox
closed
9 years ago
3
Undefined object exception when using local collections.
#61
boxofrox
closed
9 years ago
1
Add options to suppress warnings from publish-counts
#60
boxofrox
closed
9 years ago
3
Search speed greatly reduced when using Counts.publish()
#59
Diginized
opened
9 years ago
9
Cursor values get emptied when passed to Counts.publish()
#58
Diginized
opened
9 years ago
23
Excessive warnings when using accessor function without query field specifier
#57
boxofrox
closed
9 years ago
4
add client method Counts.has() so user can verify existence of counts
#56
boxofrox
closed
9 years ago
5
test: verify remove-then-add of count field does not corrupt count
#55
boxofrox
closed
9 years ago
2
Allow passing additional fields in options.
#54
kristijanhusak
closed
9 years ago
0
Broken in 0.5.1 when using Partitioner
#53
kristijanhusak
closed
9 years ago
5
fix: bad count with accessor functions when doc updates remove then re-add the count field
#52
boxofrox
closed
9 years ago
1
bad count with accessor functions when doc updates remove then re-add the count field
#51
boxofrox
closed
9 years ago
1
fix: test deep properties in countFromFieldLength fn deep test
#50
boxofrox
closed
9 years ago
1
Next