{"database": "fixtures", "table": "facetable", "is_view": false, "human_description_en": "where neighborhood = \"Mission\", state = \"CA\", tags contains \"tag1\" and tags contains \"tag2\"", "rows": [{"pk": 1, "created": "2019-01-14 08:00:00", "planet_int": 1, "on_earth": 1, "state": "CA", "city_id": {"value": 1, "label": "San Francisco"}, "neighborhood": "Mission", "tags": "[\"tag1\", \"tag2\"]", "complex_array": "[{\"foo\": \"bar\"}]", "distinct_some_null": "one"}], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": ["city_id"], "expandable_columns": [[{"other_table": "facet_cities", "column": "city_id", "other_column": "id"}, "name"]], "columns": ["pk", "created", "planet_int", "on_earth", "state", "city_id", "neighborhood", "tags", "complex_array", "distinct_some_null"], "primary_keys": ["pk"], "units": {}, "query": {"sql": "select pk, created, planet_int, on_earth, state, city_id, neighborhood, tags, complex_array, distinct_some_null from facetable where \"neighborhood\" = :p0 and \"state\" = :p1 and rowid in (\n            select facetable.rowid from facetable, json_each(facetable.tags) j\n            where j.value = :p2\n        ) and rowid in (\n            select facetable.rowid from facetable, json_each(facetable.tags) j\n            where j.value = :p3\n        ) order by pk limit 101", "params": {"p0": "Mission", "p1": "CA", "p2": "tag1", "p3": "tag2"}}, "facet_results": {"state": {"name": "state", "type": "column", "hideable": true, "toggle_url": "/fixtures/facetable.json?neighborhood=Mission&state=CA&tags__arraycontains=tag2&tags__arraycontains=tag1&_labels=on", "results": [{"value": "CA", "label": "CA", "count": 1, "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=state&neighborhood=Mission&tags__arraycontains=tag2&tags__arraycontains=tag1&_labels=on", "selected": true}], "truncated": false}}, "suggested_facets": [{"name": "created", "type": "date", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=state&neighborhood=Mission&state=CA&tags__arraycontains=tag2&tags__arraycontains=tag1&_labels=on&_facet_date=created"}, {"name": "tags", "type": "array", "toggle_url": "https://datasette-public.vercel.app/fixtures/facetable.json?_facet=state&neighborhood=Mission&state=CA&tags__arraycontains=tag2&tags__arraycontains=tag1&_labels=on&_facet_array=tags"}], "next": null, "next_url": null, "query_ms": 31.88610076904297}