Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ params:
query: "ts:>=1684993002 AND ts:<1684993004"
expected:
num_hits: 2
---
endpoint: simple/search
params:
query: "auto_date:>=2023-05-25T00:00:00Z AND auto_date:<2023-05-26T00:00:00Z"
expected:
num_hits: 2
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ endpoint: simple/ingest
params:
commit: force
ndjson:
- {"ts": 1684993001, "not_fast": 1684993001}
- {"ts": 1684993002, "not_fast": 1684993002}
- {"ts": 1684993001, "not_fast": 1684993001, "auto_date": "2023-05-25T10:00:00Z"}
- {"ts": 1684993002, "not_fast": 1684993002, "auto_date": "2023-05-25T11:00:00Z"}
---
# Ingest documents split #2
method: POST
Expand Down
Loading