OpenIsle Docs
ApiSearchGlobal

Global search

Search users and posts globally

GET
/api/search/global
AuthorizationBearer <token>

In: header

Query Parameters

keywordstring

Response Body

curl -X GET "https://www.open-isle.com/api/search/global?keyword=string"
[
  {
    "type": "string",
    "id": 0,
    "text": "string",
    "subText": "string",
    "extra": "string",
    "postId": 0,
    "highlightedText": "string",
    "highlightedSubText": "string",
    "highlightedExtra": "string"
  }
]