To eleaborate further this is down to if there are too many posts/pages with specific content it wont show in the list of post choices.
For example..
You have 100 posts, you want to include a post called Hello world, when you search for that if there are more than 10 posts include hello in the rest api call/post content (not the title) then the post title hello world wont be included.
You can confirm this by doing something like this… /wp-json/wp/v2/pages?per_page=10&search=hello world&_locale=user the post you’re after wont show up.
However, if you change it to.. /wp-json/wp/v2/pages?per_page=50&search=hello world&_locale=user
It will appear in 15th or something outside of the top 10.
So the question is can there be a way to only add posts via their title rather than the whole content?
Thank you 🙂
-
This reply was modified 4 months, 3 weeks ago by
jezthomp.
This is an issue I’m running into a well, the Posts to Exclude let’s me find every post in my list of 88.
The Include Posts field only let’s me go as far back as 20 posts (10 at a time scrolling, but searching by a letter won’t go past the 20th post).
If I get specific enough so a post title is the only thing that matches it will show in one instance, but searching for a term or two that appears in others will prevent the specific one I’m looking for from appearing. Searching through 287 pages for another one, even with the exact title I do not get the result in the Include Posts list.
Having the limit increased, or ability to go by title specifically would be helpful.