Commit 5723bba
Blocking bulk_items endpoint when ENABLE_DATETIME_INDEX_FILTERING (#438)
**Description:**
The `/collections/{collection_id}/bulk_items` endpoint does not work
when `ENABLE_DATETIME_INDEX_FILTERING` is set to true, as only the async
`/collections/{collection_id}/items` version was implemented while the
sync `/collections/{collection_id}/bulk_items` wasn't. This PR blocks
the /bulk_items endpoint when `ENABLE_DATETIME_INDEX_FILTERING` is set
to true.
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [ ] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
---------
Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>1 parent ca26c0a commit 5723bba
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
965 | 965 | | |
966 | 966 | | |
967 | 967 | | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
968 | 975 | | |
969 | 976 | | |
970 | 977 | | |
| |||
0 commit comments