Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed indexing of external posts (#2983)
This should fix several issues with indexing external posts, including #1828. In short, I found that the issue with indexing was that the index builder was receiving 'empty' documents. To fix that, I'm setting the document content to be the post content as retrieved from the rss feed or the text extracted from the external page. I've tested with various blog sources and it seems to be working as expected now.
- Loading branch information