home / github

Menu
  • Search all tables
  • GraphQL API

issues_labels

Table actions
  • GraphQL API for issues_labels

36 rows where labels_id = 1382668283

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link labels_id issues_id
322477187,1382668283 faceting 1382668283 Facets 322477187
334148669,1382668283 faceting 1382668283 Facets with value of 0 displayed incorrectly 334148669
346028655,1382668283 faceting 1382668283 Ability to display facet counts for many-to-many relationships 346028655
349827640,1382668283 faceting 1382668283 Faceted browse against a JSON list of tags 349827640
431800286,1382668283 faceting 1382668283 New design for facet abstraction, including querystring and metadata.json 431800286
440222719,1382668283 faceting 1382668283 _facet_array should work against views 440222719
445862501,1382668283 faceting 1382668283 Documentation for ArrayFacet (facet by JSON array) 445862501
446429421,1382668283 faceting 1382668283 Facet by date 446429421
446433735,1382668283 faceting 1382668283 Example of a custom facet plugin is incorrect 446433735
447408527,1382668283 faceting 1382668283 Option to facet by date using month or year 447408527
449854604,1382668283 faceting 1382668283 Facets not correctly persisted in hidden form fields 449854604
450032134,1382668283 faceting 1382668283 facet_m2m gets confused by multiple relationships 450032134
456569067,1382668283 faceting 1382668283 Ability to facet by delimiter (e.g. comma separated fields) 456569067
465327844,1382668283 faceting 1382668283 Potential improvements to facet-by-date 465327844
470542938,1382668283 faceting 1382668283 Facet by array shouldn't suggest for arrays that are not arrays-of-strings 470542938
516310670,1382668283 faceting 1382668283 Don't suggest array facet if column is only [] empty arrays 516310670
520740741,1382668283 faceting 1382668283 If you apply ?_facet_array=tags then &_facet=tags does nothing 520740741
526913133,1382668283 faceting 1382668283 Don't suggest column for faceting if all values are 1 526913133
636511683,1382668283 faceting 1382668283 Redesign register_facet_classes plugin hook 636511683
643510821,1382668283 faceting 1382668283 Set an upper limit on total facet suggestion time for a page 643510821
705840673,1382668283 faceting 1382668283 Support faceting against arbitrary SQL queries 705840673
734777631,1382668283 faceting 1382668283 "View all" option for facets, to provide a (paginated) list of ALL of the facet counts plus a link to view them 734777631
817597268,1382668283 faceting 1382668283 Suggest for ArrayFacet possibly confused by blank values 817597268
893890496,1382668283 faceting 1382668283 ?_facet_size=X to increase number of facets results on the page 893890496
898904402,1382668283 faceting 1382668283 "More" link for facets that shows _facet_size=max results 898904402
944870799,1382668283 faceting 1382668283 Big performance boost on faceting: skip the inner order by 944870799
994390593,1382668283 faceting 1382668283 Faceting for custom SQL queries 994390593
994450961,1382668283 faceting 1382668283 Column cog shows "facet by this" when already default faceted 994450961
1055469073,1382668283 faceting 1382668283 Research: CTEs and union all to calculate facets AND query at the same time 1055469073
1078702875,1382668283 faceting 1382668283 Allow to set `facets_array` in metadata (like current `facets`) 1078702875
1179928510,1382668283 faceting 1382668283 allow_facet: False should be respected by column cog menu 1179928510
1179998071,1382668283 faceting 1382668283 Mechanism for disabling faceting on large tables only 1179998071
1185868354,1382668283 faceting 1382668283 Option to un-filter facet not shown for `?col__exact=value` 1185868354
1275523220,1382668283 faceting 1382668283 Extract facet portions of table.html out into included templates 1275523220
1564769997,1382668283 faceting 1382668283 Applied facet did not result in an "x" icon to dismiss it 1564769997
1641013220,1382668283 faceting 1382668283 First column on a view page has no facet option in cog menu 1641013220

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 8.221ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows