Skip to content

Commit

Permalink
Change GET-parameter to accommodate Drupal.
Browse files Browse the repository at this point in the history
  • Loading branch information
torotil committed Jan 12, 2018
1 parent 4685d66 commit 217c8a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion campaignion_wizard/redirects_app/README.md
Expand Up @@ -58,7 +58,7 @@ Drupal.settings.campaignion_wizard.campaignion_wizard--2 = {
```

### Get nodes list
`GET <nodes_endpoint>?q=<search term or nid>`
`GET <nodes_endpoint>?s=<search term or nid>`

JSON Response:
``` json
Expand Down
2 changes: 1 addition & 1 deletion campaignion_wizard/redirects_app/src/App.vue
Expand Up @@ -15,7 +15,7 @@
label-key="label"
:url="$root.$options.settings.endpoints.nodes"
:headers="{}"
search-param="q"
search-param="s"
:count="20"
@input="item => {destination = item}"
/>
Expand Down
Expand Up @@ -30,7 +30,7 @@
label-key="label"
:url="$root.$options.settings.endpoints.nodes"
:headers="{}"
search-param="q"
search-param="s"
:count="20"
@input="item => {destination = item}"
/>
Expand Down

0 comments on commit 217c8a9

Please sign in to comment.