Is there a way to include the raw as well as the cooked data for a search.json and user_actions.json request?
The “excerpt” in the response as urls, like the “cooked” entry for other responses. Wanted to have the raw data included. When getting a topic “115.json,” if you include the “include_raw=true” in the request it will supply the raw as well in the response. Trying to find a similar config in the search.json and user_actions.json requests.
Here is an example of a request to example.com/user_actions.json?username=user1234&filter=5 As seen, the excerpt is “cooked” and the title is raw. I would like the raw excerpt.
"user_actions": [{
"action_type": 5,
"created_at": "2017-03-27T02:00:17.757Z",
"excerpt": "<img src=\"//www.example.com/images/emoji/emoji_one/grinning.png?v=3\" title=\":grinning:\" class=\"emoji\" alt=\":grinning:\"> Reply with emoji face",
"avatar_template": "/user_avatar/wwjd.example.com/user1234/{size}/57_1.png",
"acting_avatar_template": "/user_avatar/wwjd.example.com/user1234/{size}/57_1.png",
"slug": "this-is-an-emoji-post",
"topic_id": 137,
"target_user_id": 67,
"target_name": null,
"target_username": "user1234",
"post_number": 3,
"post_id": 185,
"reply_to_post_number": null,
"username": "user1234",
"name": null,
"user_id": 67,
"acting_username": "user1234",
"acting_name": null,
"acting_user_id": 67,
"title": "😀 This is an emoji post",
"deleted": false,
"hidden": false,
"post_type": 1,
"action_code": null,
"category_id": 1,
"closed": false,
"archived": false
}