ApiSearchGlobal
Global search
Search users and posts globally
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"
}
]