Opened 11 years ago
Closed 3 years ago
#394 closed defect (bug) (fixed)
WordPress.tv search is case-sensitive for non-English keywords
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Improved Search | Priority: | normal |
Component: | WordPress.tv | Keywords: | |
Cc: |
Description
If you search for "Contributing to WordPress Core" or "contributing to WordPress core" (lower case) on WordPress.tv, you'll get the same results.
If you search for "Участие в развитии WordPress" (my talk from WordCamp Russia 2013), you'll find it. However, if you search for "участие в развитии WordPress" (lower case), you'll get "No videos found."
I could not reproduce this on a regular WordPress install, so it appears to be specific to WordPress.tv.
Change History (10)
This ticket was mentioned in Slack in #wptv by jerrysarcastic. View the logs.
10 years ago
#4
follow-up:
↓ 5
@
10 years ago
@yoavf, are you aware of any WordPress.com quirks that might cause this?
Or, since it happens on translate.wordpress.org too, maybe it's related to the table collation or something else that they have in common, but that wouldn't necessarily happen in Sergey's development environment. I'd expect that to behave the same across languages, though.
#5
in reply to:
↑ 4
@
10 years ago
Replying to iandunn:
Or, since it happens on translate.wordpress.org too, maybe it's related to the table collation or something else that they have in common
If they both use latin1
instead of utf8
, that would explain it. Looks like WordPress.com has the same issue.
Related: #1063