mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

top terms not working correctly on staging #10

Closed rahulbot closed 8 months ago

rahulbot commented 10 months ago

Right now staging shows full titles instead of top terms:

Media_Cloud_—_Staging_Search_API_Explorer

This should be showing a word cloud of top terms in titles. Is this an env-var configuration issue, or a problem with the way the underlying index is configured? We want to be to show top terms in both the title and full content (separately).

philbudne commented 10 months ago

The word cloud code may be at https://github.com/mediacloud/news-search-api/blob/main/ui.py#L113

I confess the rest is (currently) greek to me!

pgulley commented 9 months ago

Pending resolution of: https://github.com/mediacloud/story-indexer/issues/173

rahulbot commented 8 months ago

This bug isn't in news-search-api, so I'm closing this issue. We're tracking it in other places.