Closed THernandez03 closed 6 years ago
Thanks @THernandez03
This can be done with combine
option in this way:
combine: ({ query }) => ({
q: query
})
I have updated the readme and passed object with default params to combine function.
p.s. Better late than never %)
In some cases, the source url has another parameter name like
q
instead ofquery
, so this commit addscustomQuery
to replace that name.