Chris Adams
Chris Adams
I ran into the same problem just now: ``` 2020-05-01T18:00:29.447-0400 [DEBUG] plugin: starting plugin: path=/Users/cadams/Projects/NLS/BARD/AWS-Infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 args=[/Users/cadams/Projects/NLS/BARD/AWS-Infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4] 2020-05-01T18:00:29.465-0400 [DEBUG] plugin: plugin started: path=/Users/cadams/Projects/NLS/BARD/AWS-Infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 pid=28730 2020-05-01T18:00:29.465-0400 [DEBUG] plugin: waiting for RPC address:...
This might have some relation to #1387 — the default manager seems to ignore the environment scopes and requires passing something like `filter={"environment_scope": i.environment_scope}` to `save()`, `delete()`, etc.
It seems like the manager could default to specifying that filter if the `environment_scope` is defined or at least be mentioned in the documentation since it's a fairly confusing error...
I just confirmed that the workaround @ninjaMog mentioned worked on a clean install
This sounds like it's working correctly – the search method uses the select handler and expects a certain result format. It sounds like what you need is adding a separate...
The thing we could most use help with is testing — I am currently not supporting a project which uses pysolr and my spare time is extremely limited these days....
> @acdha Hey Chris, pysolr is a package I use extensively in my day to day. How would one get started with assisting in terms of testing? I have a...
Is there any upstream documentation about this being deprecated? We should probably have some sort of documentation / release notes link since I'm assuming there's at least some older version...
It does look like a reasonable change, although it'd need a corresponding change for consumers like e.g. Haystack. That might be worth cutting 4.x.
Is this causing a problem and if so with what version of Solr - 8.1? I’ve mostly used it with 7 and earlier so we might need to update for...