[Plugin: JSON API] Category & Tagging Bug Report
-
Hello,
Thank you very much for releasing this plugin. It is extremely useful! There is a bug that we found that I would like to report.
Wordpress supports the ability to specify multiple categories OR tags or categories AND tags in the query string. This filters the posts to an intersections of the two. JSON API is broken for this case.
Example is below. The month specified results in no posts returned (there aren’t any for that month).https://BOB.com/?m=201003&cat=4
no posts
https://BOB.com/?m=201003&cat=4&json=1
all posts in cat 4So in other words, adding json=1 changes the functionality and returns all posts in the category, instead of posts from March only.
If you could please look into this, it would be greatly appreciated. If you could provide a fix, it would be amazing. But any input from you would be great.
Thank you so much for your time, and please keep up the excellent work!Misha Rabinovich
- The topic ‘[Plugin: JSON API] Category & Tagging Bug Report’ is closed to new replies.