diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue index 8b7a9662..a2117bfe 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/Watchlist.vue @@ -71,7 +71,8 @@ headers: { 'Accept': 'application/json' }, - params: query + data: $.param(query), + method: 'post' }).then((response) => { this.teasers = response.data.data; this.total = response.data.total;