Joshua,
I've been using the plugin for a couple of weeks. Excellent useful plugin. I have one request. Is it possible to add an "attributes" operator or something like that that would return the direct children of each item? I've found that I have to manually maintain and index in the JSON so that I can keep track.
{
"item one": {"one": "content", "two": "content", "indexes": "one two"},
"item two": {"aye": "content", "bee": "content", "indexes": "aye bee"},
"item three": "content",
"indexes": "[[item one]] [[item two]] [[item three]]"
}
The indexes operator returns all children and I only need the direct children.