Add docstrings to SearchFilters methods #298
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#298
Loading…
Add table
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?
We should add docstrings to SearchFilters methods because for most of them the functionality is not obvious based on the call signature alone.
I've recently learned that
(*SearchFilters).AddRootFilter
is kinda important and is rather useful for client-side search calls. I knew it exsited from godoc but without the docstring I assumed its purpose incorrectly and did not use it.I would prepare a PR myself but unfortunately I lack relevant knowledge.