#3387 closed task (blessed) (fixed)
Build Elasticsearch Index: WordPress.tv
| Reported by: | gibrown | Owned by: | gibrown |
|---|---|---|---|
| Priority: | normal | Milestone: | Improved Search |
| Component: | WordPress.tv | Keywords: | |
| Cc: |
Description
Two open tickets for WordPress.tv that could be addressed easily if we had an ES index:
#1455 and #394
Between Jetpack Search and Jetpack Related Posts, both of these should be easy to resolve. We've already proven out the path from WP.org to WP.com APIs as a workable way to implement these sorts of features.
Steps needed:
- Turn on Jetpack for WordPress.tv and sync all posts
- Turn on Jetpack Search
The final implementation of the two features can then be tracked in those tickets.
Change History (10)
This ticket was mentioned in Slack in #meta by obenland. View the logs.
9 years ago
#5
@
9 years ago
#2874 brought up a case which would be nice to handle with this - Searches for cities, such that 'Denver' should show up videos from WordCamp Denver.
Currently it only does so if the post_title or post_content include 'Denver' (which most videos don't), where as Camp data is stored in a taxonomy.
This ticket was mentioned in Slack in #wptv by timohaver. View the logs.
5 years ago
This ticket was mentioned in Slack in #meta by casiepa. View the logs.
5 years ago
#8
@
5 years ago
It's taken awhile, but I think we are finally at a place where we can do this relatively easy. With just a little tweaking, I plan to add Jetpack Instant Search this week to wordpress.tv.
This should solve most of the open issues, including
- Multi-language issues like case sensitive search
- More relevant results which search tags, categories, and other custom taxonomies
- Plus filtering, type as you search, highlighting, etc.
All of the changes necessary on the WordPress.com side. WordPress.tv is hosted on WordPress.com
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
WordPress.tv runs on dotcom. Does that make it easier or harder to complete?