You've already forked focalboard
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:
@ -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
|
||||
|
Reference in New Issue
Block a user