I have the write api plugin installed as well as the question and answer plugin. We are successfully creating topics and posts. Is it possible to create a topic as a question? I tried adding isQuestion (equals 1) to the POST body when creating the topic but it was ignored. Would the write-api have to be forked and updated to support the optional value of isQuestion? It seems clear in the question and answer plugin that it doesn't create/expose any write api of its own.
Missing posts/*/user status in /api/search page
-
Hello !
In my theme, I show user status on the avatar of each users. I did it on many pages (/categories, /category, /unread, ...) but I'm blocked for /search page : /api/search shows that there is no status data in posts/*/user/ (there are only uid, username, userslug, picture, icon:text, icon:bgColor).
Somebody can give me some guidance to add status to posts/*/user on /api/search/ ?
Thanks in advance !
-
This should fix your issue.
-
@baris Great ! Many thanks ! Exactly what I needed and it works (of course...
).