$_("Get")
$_("Query")
$_("Documents")
$if docs:
$else:
$_("No results found.")
| $_("Key") | $_("Type") | $_("Json") |
|---|---|---|
| $doc['_key'] | $doc.get("type", "-") | $json_encode(doc, indent=" ", sort_keys=True) |