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

Allow two-digit "year" search query #23

Closed
art-divin opened this issue May 1, 2015 · 1 comment
Closed

Allow two-digit "year" search query #23

art-divin opened this issue May 1, 2015 · 1 comment

Comments

@art-divin
Copy link
Contributor

Following code:

if let year: String = qualifiers["year"] as? String {
    if session.year != year.toInt() {
    return false
  }
}

I think that it would be better to allow "10", "11", "12", "13", "14" in "year" search query

art-divin added a commit to art-divin/WWDC that referenced this issue May 1, 2015
@art-divin
Copy link
Contributor Author

Done

art-divin added a commit to art-divin/WWDC that referenced this issue May 1, 2015
insidegui added a commit that referenced this issue May 1, 2015
issue #23: year search query format is relaxed
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