Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Added post_published_at attribute to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl authored Sep 7, 2017
1 parent 14f0a7f commit 6c78552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c78552

Please sign in to comment.