media-centre / makenews

MakeNews is for journalists and newsrooms. It helps you track news from web and social media in real-time.
https://makenews.in
GNU Affero General Public License v3.0
53 stars 22 forks source link

"Scan News" - DisplayFeeds component not working #141

Closed lumberbeard closed 6 years ago

lumberbeard commented 6 years ago

Fresh install on a windows x64 after following instructions, tried installing from vagrant but much harder to run ansible from a windows machine. Anyway, CouchDB/Lucene runs fine, able to see the source feeds to add. However, unable to actually see any articles show up in the DisplayFeeds component / on the screen from those feeds.

When i run gulp test, I have the below output for that.

Scan News

Do you have any ideas? Thank you in advance.

lumberbeard commented 6 years ago

image

I dug a bit more into it. It's just the default view on trending and web doesn't populate with articles. I notice the filter looks like the below but doesn't pull anything. If I, however, put a keyword in and search on something like "money" it runs that other query and populates just fine. So what's wrong with this that it's not pulling everything by default?

image image image

lumberbeard commented 6 years ago

It turned out to be that the index wasn't created properly and simply creating an index for pubDate fixed the issue. Thanks -B