Releases: cldellow/datasette-ui-extras
Releases · cldellow/datasette-ui-extras
0.31.6
JSONTagsControl can enter novel values #103
0.31.5
omnisearch: less strict on what we consider a "string" column, #102
0.31.4
Omnisearch supports composite primary keys #101
0.31.3
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
Exempt _internal database from foreign key checking #100
0.31.1
Support non-batch indexing of columns that contain BLOBs (#99)
0.31
Fix for change in SQLite JSON handling in 3.39.x and newer, see #98
0.30.1
Fix support for pysqlite3-binary (#96)
0.30
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
Can specify omnisearch-columns explicitly