mirror of
https://github.com/nspcc-dev/neofs-rest-gw.git
synced 2026-03-01 04:29:14 +00:00
handle incomplete search result #125
Labels
No labels
I2
I3
I3
I4
S2
S3
S3
S4
U0
U1
U2
U3
U3
U3
U4
blocked
bug
config
documentation
enhancement
feature
go
help wanted
question
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-rest-gw#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @532910 on GitHub (Nov 5, 2025).
Originally assigned to: @smallhive on GitHub.
@roman-khimov commented on GitHub (Nov 5, 2025):
Implicit searches should accept whatever they received, they're "best effort" by design. Search API should report this status to users ("incomplete" flag probably, HTTP codes don't have anything appropriate, 206 is range-only, 203 is for a different scenario as well).
@532910 commented on GitHub (Nov 14, 2025):
not fixed, please reopen:
neofs-rest-gw: error handlers/api.go:144 could not search for objects {"handler": "NewGetByAttribute", "containerID": "4NNxPxCHiNv2CJW3526sct7Y5agTXUZ3BE2u3yVwx4eK", "attrKey": "FilePath", "attrVal": "index.html", "error": "search: rpc failure: rpc error: code = Canceled desc = context canceled"}
@roman-khimov commented on GitHub (Nov 14, 2025):
It's a completely different issue.