Doesn't adding filters as parameters in pager link

Created on 12 May 2017, almost 8 years ago
Updated 23 February 2025, about 1 month ago

I am rendering view dynamically using views_get_view with setting dynamically exposed filter input explicitly. View working fine page load but not working after ajax pager executed.
My code looks like ...

$view = views_get_view('views_name', TRUE);
$view->set_exposed_input(['filter_name' => 'value']);
$view->set_display('views_block_name');
$view->pre_execute();
$view->execute();
$view->render();
🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

🇮🇳India ravibarnwal

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024