Hi I'm a beginner, and I want to do some queries on the portal_catalog (mostly to figure out where the really big files are hiding).
I found this page about querying it: https://docs.plone.org/4/en/develop/plone/searching_and_indexing/query.html
However, I think it's a bit advanced for me. For example, it starts off giving this example code: "portal_catalog = site.portal_catalog"
But I don't even know where I would go to type that in! Yes I am that kinda beginner. Can someone point me in the direction of getting to the place where I can actually type in commands like that?
Also, I went to ZMI, and clicked on "portal_catalog" thinking this might be where I could query it, but I can't figure out what to do once I'm in there. Under the Catalog View, I see a list of all my files, but there is no "file size" column for me to click on to order it ascending or descending. So I don't know if this would be very helpful unless I can write a custom query.
Thanks again and please excuse my newbie-ness.