From 6c785527520e68dc45e60b6ba6122a1dbbe33700 Mon Sep 17 00:00:00 2001 From: mlbrgl Date: Thu, 7 Sep 2017 17:10:22 +0200 Subject: [PATCH] Added post_published_at attribute to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c53389..e40149b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ line - `id`: the ID of the fragment being indexed (e.g. my-new-blog-post#card-markdown--My-first-paragraph--1) - `importance`: an integer reprensenting how deep in the article structure a fragment is located (e.g. 1). The deeper the less relevant. - `post_title`: the title of the post being indexed (e.g. My new blog post) +- `post_published_at` : the published date of the post (e.g. 2017-09-03T19:14:03.000Z) - `content`: the content of the fragment being indexed (e.g. The content of the first paragraph) # What it does not do