{"ok": true, "database": "docs", "table": "sections", "rows": [{"id": "introspection:jumpview", "page": "introspection", "ref": "jumpview", "title": "/-/jump", "content": "Returns a JSON list of items that the current actor has permission to view for Datasette's jump menu. By default this includes visible databases, tables, views and canned queries, and plugins can contribute additional items. \n             Each item includes a  type  string used as a category label in the menu. Items can also include an optional  description  with longer text describing that individual result. \n             The endpoint supports a  ?q=  query parameter for filtering items by name. \n             Jump example : \n             {\n    \"matches\": [\n        {\n            \"name\": \"fixtures\",\n            \"url\": \"/fixtures\",\n            \"type\": \"database\",\n            \"description\": null\n        },\n        {\n            \"name\": \"fixtures: facetable\",\n            \"url\": \"/fixtures/facetable\",\n            \"type\": \"table\",\n            \"description\": null\n        },\n        {\n            \"name\": \"fixtures: recent_releases\",\n            \"url\": \"/fixtures/recent_releases\",\n            \"type\": \"query\",\n            \"description\": null\n        }\n    ],\n    \"truncated\": false\n} \n             Search example with  ?q=facet  returns only items matching  .*facet.* : \n             {\n    \"matches\": [\n        {\n            \"name\": \"fixtures: facetable\",\n            \"url\": \"/fixtures/facetable\",\n            \"type\": \"table\",\n            \"description\": null\n        }\n    ],\n    \"truncated\": false\n} \n             When multiple search terms are provided (e.g.,  ?q=user+profile ), items must match the pattern  .*user.*profile.* . Results are ordered by relevance, then by item type and shortest display name.", "breadcrumbs": "[\"Introspection\"]", "references": "[{\"href\": \"https://latest.datasette.io/-/jump\", \"label\": \"Jump example\"}]"}], "primary_keys": ["id"], "primary_key_values": ["introspection:jumpview"], "query_ms": 4.607552997185849, "truncated": false}