We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e617171 commit d1bc751Copy full SHA for d1bc751
README.md
@@ -291,7 +291,9 @@ this.data = data
291
```
292
**Note**: Query object above will transform into query string like:
293
294
-``https://my-web-url.com?search[first_name]=Sek&search[last_name]=Chantouch&page[limit]=10&page[offset]=1&order[first_name]=asc&order[last_name]=desc&category_id=6``
+```js
295
+https://my-web-url.com?search[first_name]=Sek&search[last_name]=Chantouch&page[limit]=10&page[offset]=1&order[first_name]=asc&order[last_name]=desc&category_id=6
296
+```
297
298
if setParameter that value is empty or null it will remove that param for query string
299
0 commit comments