We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040c343 commit e378a26Copy full SHA for e378a26
README.md
@@ -31,7 +31,7 @@ title - boosted rank fulltext
31
content - fulltext
32
type - filter
33
lang - filter
34
-date - filter
+date - filter, in ISO 8601 format: YYYY-MM-DDTHH:MM:SS+HH:MM
35
tags - filter on a set + fulltext; comma-separated
36
custom_data - only stored, not indexed, no filter
37
```
@@ -78,6 +78,7 @@ JSONP or JSON with CORS
78
"rank": 31548,
79
"content": "xxx",
80
"date": "2016-05-19T11:06:41+02:00",
81
+ "date_filter": 1463648801.0,
82
"type": "<type>",
83
"custom_data": "xxx",
84
"id": 21
0 commit comments