@maxlath Upgrading #wikibase-cli 16.x to latest seems to have broken `wb search --cirrus`, which is now throwing 'Error: srprop is not a valid option' from `wikibase-sdk/dist/src/queries/cirrus_search.js:12`.

wikibase-sdk and node are both at latest versions. Is there something else I need to twiddle, or is there a regression here? (Going back to 16.3 fixes it again)

@oravrattas oops >< that should be fixed in wikibase-cli v17.0.4

@maxlath Great, thanks. That's working fine now.

… which lets me get to the question I was originally wanting :)

Is there a way to include the extra data fetched by `wb search --properties` into the JSON created with the `-j` option? Unless I'm missing something, those are currently ignored with both the standard search and `--cirrus`

@oravrattas I won't be able to look at it these days, could you open an issue?
wb search: --properties results get ignored when --json is specified · Issue #180 · maxlath/wikibase-cli

wb search can include other properties in the results: e.g. P31: wd search --properties P31 Edgar Savisaar id Q355241 Label Edgar Savisaar Description Estonian politician instance of (P31): human (...

GitHub