Absolutely. Right now the commands functionality that I’ve built is very barebones, and this hasn’t been possible yet. I’m working to expand on this, and more than likely a command along the lines of posts or search will come along.
However, what I won’t be adding in is listings directly in the search box for Posts (like there are with Pages). That’s simply because, generally, there are thousands of Posts on any given blog, and in order to have them show up in listings, all of those Posts need to be stored and retrieved on every page load.
Instead, we’ll use the default WordPress queries to load Posts as we need them through a command, once that’s possible.
Thanks for bringing this up!
– Bruce