|
@ -33,7 +33,16 @@ func Search(ctx *context.APIContext) { |
|
|
// type: integer
|
|
|
// type: integer
|
|
|
// responses:
|
|
|
// responses:
|
|
|
// "200":
|
|
|
// "200":
|
|
|
// "$ref": "#/responses/UserList"
|
|
|
|
|
|
|
|
|
// description: "SearchResults of a successful search"
|
|
|
|
|
|
// schema:
|
|
|
|
|
|
// type: object
|
|
|
|
|
|
// properties:
|
|
|
|
|
|
// ok:
|
|
|
|
|
|
// type: boolean
|
|
|
|
|
|
// data:
|
|
|
|
|
|
// type: array
|
|
|
|
|
|
// items:
|
|
|
|
|
|
// "$ref": "#/definitions/User"
|
|
|
opts := &models.SearchUserOptions{ |
|
|
opts := &models.SearchUserOptions{ |
|
|
Keyword: strings.Trim(ctx.Query("q"), " "), |
|
|
Keyword: strings.Trim(ctx.Query("q"), " "), |
|
|
Type: models.UserTypeIndividual, |
|
|
Type: models.UserTypeIndividual, |
|
|