Closed riddy closed 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?
Anyway in line 104, I think it's missing quote in wt: json,
(should be wt: 'json',
)
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