home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

22 rows where labels_id = 1456018626

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
689800307,1456018626 enhancement 1456018626 Add an index on the timestamp column 689800307
689809225,1456018626 enhancement 1456018626 Apply porter stemming 689809225
689810340,1456018626 enhancement 1456018626 Datasette plugin to provide custom page for running faceted, ranked searches 689810340
689839399,1456018626 enhancement 1456018626 Optimize the FTS table 689839399
689847361,1456018626 enhancement 1456018626 Add a context column that's not searchable 689847361
691265198,1456018626 enhancement 1456018626 Mechanism for differentiating between "by me" and "liked by me" 691265198
691521965,1456018626 enhancement 1456018626 Mechanism for defining custom display of results 691521965
691557547,1456018626 enhancement 1456018626 Category 3: received 691557547
692125110,1456018626 enhancement 1456018626 Public / Private mechanism 692125110
692202408,1456018626 enhancement 1456018626 Idea: maps and GeoJSON support 692202408
692386625,1456018626 enhancement 1456018626 Support advanced FTS queries 692386625
693318095,1456018626 enhancement 1456018626 On FTS exception rerun the query with quoting 693318095
694493566,1456018626 enhancement 1456018626 Timeline view 694493566
694500679,1456018626 enhancement 1456018626 Rename "table" to "type" 694500679
695556681,1456018626 enhancement 1456018626 Figure out incremental re-indexing 695556681
703951918,1456018626 enhancement 1456018626 Option to sort search results by date 703951918
703970713,1456018626 enhancement 1456018626 Sort option should persist between multiple searches 703970713
704685890,1456018626 enhancement 1456018626 template_debug mechanism 704685890
705215230,1456018626 enhancement 1456018626 Pagination 705215230
723861683,1456018626 enhancement 1456018626 Switch to using datasette.client 723861683
724759588,1456018626 enhancement 1456018626 Add search highlighting snippets 724759588
836923194,1456018626 enhancement 1456018626 JSON API for search results 836923194

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issues_labels] (
   [labels_id] INTEGER REFERENCES [labels]([id]),
   [issues_id] INTEGER REFERENCES [issues]([id]),
   PRIMARY KEY ([issues_id], [labels_id])
);
CREATE INDEX [idx_issues_labels_issues_id]
                ON [issues_labels] ([issues_id]);
CREATE INDEX [idx_issues_labels_labels_id]
                ON [issues_labels] ([labels_id]);
Powered by Datasette · Queries took 9.765ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows