pueteam / datasource-plugin-solr

Solr Datasource for Grafana
Apache License 2.0
22 stars 11 forks source link

fix query #10

Closed riddy closed 2 years ago

riddy commented 4 years ago

query will add ? if already ? is part of the ressources, the concatinated URL will be .../solr/TEST/select?wt=json?fq=..... which is just wrong

gregory112 commented 2 years ago

This bug makes timestamp query unusable as timestamp fq is actually parsed as wt and not fq, so this is a breaking bugs, but I guess this plugin is no longer maintained?

gregory112 commented 2 years ago

Anyway in line 104, I think it's missing quote in wt: json, (should be wt: 'json',)