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

Use string query with `fq`

Open errietta opened this issue 6 years ago • 1 comments

Hi, is it possible to consider the ability to use a raw string with fq, just like with q? I'm doing

   query.q(`{!tag=num}{!frange l=${num}}num`);

I'd like to be able to do that with fq Either that or a way to specify frange values :)

Thanks!

errietta avatar Feb 15 '19 11:02 errietta

If you agree with that feature I could maybe get look at making a PR myself

errietta avatar Feb 21 '19 09:02 errietta