We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
query
1 parent 9e1abcf commit b1fbe8cCopy full SHA for b1fbe8c
1 file changed
src/index.js
@@ -50,7 +50,7 @@ const solrGet = config => path => (query = {}, coreOpt = "") => {
50
...defaultConfig,
51
...config, // overrides defalt config
52
pathname: `solr/${core}/${path}`,
53
- queryWithoutCore
+ query: queryWithoutCore // DO NOT rename the query parameter!
54
})
55
56
return axios(solrUrl).then(r => r.data)
0 commit comments