Ian Ward
Ian Ward
@temporarywork this isn't a common requirement but sounds like a good idea. Updating ckan/model/group.py to use sqlalchemy instead of raw sql queries would be great. We should also check the...
we could render template titles with a helper the same way we do many other titles, that would let us override this delimiter, provide smart translations and more
Some great feedback from dev call: - ITableDesigner could have a better name. IDatastoreValidation? - note: the interface will still include some very table-designer-y methods like snippets for the schema...
Would be amazing if we had a common way to specify validation rules that could generate all possible types of concrete validation (pl/pgsql, excel formula, javascript form, ...) but this...
@amercader WDYT about implementing this feature as two plugins: - table designer schemas + modified datatable view + web form --> a core `tabledesigner` extension - excel data templates and...
New resource model field discussion and feedback: - `datastore_active` - currently an optional resource extra value that is clumsy to update from `datastore_create`, datapusher or xloader - typically updated separate...
Thank you for this @amercader A modified datatables view is required to preview the data that has been loaded and allow users a way to: 1. select records to delete...
@KatiRG in the precursor to this feature we make frequent use of `text[]` for multiple-select choice columns but have yet to need `int[]`. `IColumnTypes` should allow developers to add any...
Thank you @gatiszeiris would you check if the same thing happens when using the api, e.g. `ckanapi action datastore_search resource_id=… q="Datu Sistēm"`?
There's a `language` parameter and a `ckan.datastore.default_fts_lang` config option for datastore_search but the full text search index is created by a trigger https://github.com/ckan/ckan/blob/121443ce43f9123e8843764fd24e491450dc7185/ckanext/datastore/set_permissions.sql#L76-L89 that doesn't include a language