Drupal: Faceted Search and views no results FIX

Today we suddenly got stuck with a broken Faced Search module, the normal display options where working fine. But our views display options just kept saying the following.

Your search yielded no results
Check if your spelling is correct.

So after searching around the web and as always being helped with a anwser from the great community of Drupal, we found the solution to this problem.

Faceted Search uses your views default display. To make sure it doens't bump into something you have to remove the filters, sorting and set the page limit to a number. Because if you use unlimited it will break for some reason.

Fix found here on the Drupal forums by ccshannon.

Reacties