Ian Ward
Ian Ward
@perecanet do you get the same issue without scheming or fluent? Neither extension modifies a site_id sent to solr but depending on your schema you might need to customize `before_index`...
I've learned that newer versions of solr treat dictionaries passed as sub-commands so it sounds like this is an issue when a custom dataset schema returns a dictionary as the...
Maybe we could remove all the changes on the release branch in a separate commit then cherry-pick that commit back to master?
@JVickery-TBS you built one of these, any thoughts on this PR?
We should adjust `templates/admin/trash.html` so it can be extended by any plugin cleanly, then add the required template and blueprints to `ckanext/activities`
@JVickery-TBS sounds like a good suggestion
> +1 on this effort @wardi ! > > Take a look at #6645 and [#6243 (comment)](https://github.com/ckan/ckan/issues/6243#issuecomment-900702852) > > These is the only documentation left from my past attempt of...
From meeting discussion: - `ckan db clean` should call `ckan search-index clear` automatically - `ckan search-index rebuild` should have a new `--keep-orphans` option that when *not* passed calls `ckan search-index...
Looks good just needs a couple tests to show that it works as expected and to prevent regressions.
yet another format is the one from CKAN's datastore json dump endpoint: ``` { "fields": [ {"id": "Name", "type": "text"}, {"id": "Age", "type": "numeric"}, {"id": "Occupation", "type": "text"}, ], "records":...