Just getting my feet with WordPress....
What I want to due partially with WordPress as a CMS is to build up something like the document hierarchy at Neo4j:
http://docs.neo4j.org/chunked/milestone/
There are a bunch of posts likely categorized together but also filterable by release (version). That is what I would like to simulate in WordPress. For example, let's say I have software MySoft with versions 0.1, 2.0 and so forth. Every post related to the MySoft category and it's child categories like maybe Single-Sign on I should be able to search (or retrieve post info about) but filter by version.
Is this possible? Examples?