solr-node icon indicating copy to clipboard operation
solr-node copied to clipboard

fix up fq param types

Open gyula-s opened this issue 5 years ago • 0 comments

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.

gyula-s avatar Oct 02 '20 22:10 gyula-s