How to query pages with no taxonomy

Hi,
I know that I can query pages that have a taxonomy with url like this .../blog/category:someCategory. What I need is to query pages that have no taxonomy (let’s say I need post that have no category). Is it possible to do this? How?

Hey!
Just make sure your post is visible. Then you can access it with the page URL.

Yeah, I know that. But I need to filter all posts that have no category.

I don’t think this is possible

If you don’t provide category in URL, like this

/blog/category:

You will get all the blog posts.

I think the only solution is building a custom plugin.

That’s not really possible currently. It’s something we hope to improve in future versions of Grav as it really needs an advanced query language to be able to perform queries of this sort.