Closed (works as designed)
Project:
Facets Block
Version:
8.x-1.03
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2020 at 12:02 UTC
Updated:
22 Oct 2020 at 07:24 UTC
Jump to comment: Most recent
Comments
Comment #2
ravi shankar karnati commentedComment #3
ravi shankar karnati commentedComment #4
simplyshipley commented@Ravi Shankar Karnati the Facets Block module just allows grouping multiple facets into a single block. I'm not sure the functionality you're wanting is possible, because facets trigger the AJAX page update if the view has AJAX enabled. If you look at the facets-views-ajax.js file for the Facets module you will see where
Drupal.ajax(views_ajax_settings).execute();is called, around line 83. You would need to create a patch to skip that line and trigger the view update with button or something.Comment #5
gnikolovskiAgree with simplyshipley. Closing the issue.