-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search: Add link to RSS feed in Browse #64
Comments
…xing fail with IndexError: list index out of range
This is now auto-populating the rss_feed field for a lot of sites. I have however found at least one site which has a clear link on the home page to its RSS feed, but where the RSS feed link isn't being indexed at all (let alone being identified for the rss_feed). The link is specified in |
Note Solr field has been renamed from rss_feed to web_feed, and there are two fields in the database: web_feed_auto_discovered and web_feed_user_entered. See #54 . |
User feedback has suggested that some people primarily use searchmysite.net to find sites to add to their RSS feeds.
Now I'm indexing content type as per #63 , I've found that many/most sites have an RSS feed indexed, e.g. search for content_type:*/xml NOT url:*sitemap.xml. It should therefore be possible to auto-populate a value for the RSS feed for many/most sites.
It may therefore be useful to add a link to a site's RSS feed (if it has one) on the Browse page.
The Browse page uses an is_home:true filter, so it would make sense to add the rss_feed attribute only where is_home:true, similar to the api_enabled attribute.
As with other schema changes, will need to wait a few weeks for enough sites to be reindexed to populate the new data, before the front end can be updated to show it.
The text was updated successfully, but these errors were encountered: