Open afeld opened 8 years ago
I'll take a look at this one!
@afeld I looked into this - it seems like the information still needs to be passed into pages.json so that jekyll_pages_api_search can appropriately exclude any pages with this flag present. Right?
The
skip_index
option doesn't have any effect on the API results, so it isn't relevant for this plugin. It appears that there is some related code in the search plugin:https://github.com/18F/jekyll_pages_api_search/search?utf8=%E2%9C%93&q=skip_index
so not sure if it needs to be migrated, or can simply be safely removed. Alternatively,
skip_index
could be used to exclude the page from thepages.json
, but I can't think of a good reason why someone would want to do that.