srogers / conferences

Conferences / speakers / presentations manager
1 stars 0 forks source link

Add results counts to listings #480

Open srogers opened 3 years ago

srogers commented 3 years ago

It should be possible to get this fairly easily by adding an option to SharedQueries to run the where clause and bindings with COUNT(*) swapped into the select field.

This would be nice for the user, but also helpful for overall consistency checking and debugging to see that results and charts always match up.