solr-node
solr-node copied to clipboard
fix up fq param types
As you can see in lib/query.js line 157 and 176 a filter query never really expects a string, only an object with field and value.
If I'd send a string to fq() id get a compile error.