Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Sort votes by number of votes" doesn't work #23

Open
david206 opened this issue Apr 30, 2010 · 1 comment
Open

"Sort votes by number of votes" doesn't work #23

david206 opened this issue Apr 30, 2010 · 1 comment

Comments

@david206
Copy link
Contributor

The first Vote has 31 votes
the second has 107...

@ofri
Copy link
Owner

ofri commented May 14, 2010

it does work. but the problem is, we're using some de-normalization for performance - a Vote object has a field that contain its number of voteactions. and this query uses that field. the problem is, for some reason, some votes have None in this field. I'm still trying to figure out why/when this happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants