1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-15 23:54:29 +02:00

Search boards by prop (#4291)

* SearchBoardsForUser API with property name search.
This commit is contained in:
Doug Lauder
2022-12-16 11:46:00 -05:00
committed by GitHub
parent 2a5c033fa5
commit b63542fb63
12 changed files with 149 additions and 50 deletions

View File

@ -24,6 +24,8 @@ var (
ErrBoardMemberIsLastAdmin = errors.New("cannot leave a board with no admins")
ErrRequestEntityTooLarge = errors.New("request entity too large")
ErrInvalidBoardSearchField = errors.New("invalid board search field")
)
// ErrNotFound is an error type that can be returned by store APIs