Skip to content

Releases: cldellow/datasette-ui-extras

0.31.6

04 Mar 23:28
Compare
Choose a tag to compare

JSONTagsControl can enter novel values #103

0.31.5

04 Mar 20:31
Compare
Choose a tag to compare

omnisearch: less strict on what we consider a "string" column, #102

0.31.4

04 Mar 04:36
Compare
Choose a tag to compare

Omnisearch supports composite primary keys #101

0.31.3

02 Mar 04:19
Compare
Choose a tag to compare

Bugfix for incremental indexing - maintain at most 10 examples of pks for a given value in dux_column_stats_values, for parity with batch indexing. Otherwise, the pks can grow to a variably sized length, making autosuggest searches and future index updates O(N).

0.31.2

02 Mar 01:42
Compare
Choose a tag to compare

Exempt _internal database from foreign key checking #100

0.31.1

01 Mar 02:41
Compare
Choose a tag to compare

Support non-batch indexing of columns that contain BLOBs (#99)

0.31

27 Feb 03:47
Compare
Choose a tag to compare

Fix for change in SQLite JSON handling in 3.39.x and newer, see #98

0.30.1

26 Feb 22:53
Compare
Choose a tag to compare

Fix support for pysqlite3-binary (#96)

0.30

26 Feb 22:31
Compare
Choose a tag to compare

Omnisearch improvements:

  • can specify omnisearch-columns in metadata
  • omnisearch works on views derived from a single base table
  • a string fkey to a table with no label column now uses the string fkey (previously: it was omitted)

0.29

20 Feb 16:10
Compare
Choose a tag to compare

Can specify omnisearch-columns explicitly