godong9 / solr-node

Simple Solr Node Client Project.
MIT License
25 stars 25 forks source link

feature: setParam() resets param first, then adds param #90

Open ni-do opened 4 years ago

ni-do commented 4 years ago

When using a query object, one can now call setParam() to remove former params from the params list (f.e. fq=...) and then set the new given param.