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_by() doesn't support wilson score or width #21

Open
nullforce opened this issue Oct 15, 2018 · 0 comments
Open

sort_by() doesn't support wilson score or width #21

nullforce opened this issue Oct 15, 2018 · 0 comments

Comments

@nullforce
Copy link

sort_by() doesn't support wilson score or width.

These are the options indicated by the website:

<select name="sf" id="sf" class="input input--separate-left">
  <option value="created_at">Sort by creation date</option>
  <option value="score">Sort by score</option>
  <option selected="selected" value="wilson">Sort by Wilson score</option>
  <option value="relevance">Sort by relevance</option>
  <option value="width">Sort by width</option>
  <option value="height">Sort by height</option>
  <option value="comments">Sort by comments</option>
  <option value="random:9310657">Random!</option>
</select>

I'll submit a PR if I get a chance to determine the required edits.

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

No branches or pull requests

1 participant