Hi Team,

Can we able to disable the ajax submit for the facets ?

Example: Am using the facets block with check-box, when i clicked on any facets , ajax loading is happening, i need the page load , so likes to disable the ajax for the facets block but not to the search view. So is there any HOOK or way to handle this?

Thanks in advance.

Comments

Ravi Shankar Karnati created an issue. See original summary.

ravi shankar karnati’s picture

Issue summary: View changes
ravi shankar karnati’s picture

Issue summary: View changes
simplyshipley’s picture

@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.

gnikolovski’s picture

Status: Active » Closed (works as designed)

Agree with simplyshipley. Closing the issue.