Skip to content

Commit

Permalink
Updated specification
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed May 25, 2016
1 parent 040c343 commit e378a26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ title - boosted rank fulltext
content - fulltext
type - filter
lang - filter
date - filter
date - filter, in ISO 8601 format: YYYY-MM-DDTHH:MM:SS+HH:MM
tags - filter on a set + fulltext; comma-separated
custom_data - only stored, not indexed, no filter
```
Expand Down Expand Up @@ -78,6 +78,7 @@ JSONP or JSON with CORS
"rank": 31548,
"content": "xxx",
"date": "2016-05-19T11:06:41+02:00",
"date_filter": 1463648801.0,
"type": "<type>",
"custom_data": "xxx",
"id": 21
Expand Down

0 comments on commit e378a26

Please sign in to comment.