Hi,

I create View to use in Display style with Faceted search. It was created by Views integration in readme.txt. No filters, no arguments, pagination is on. Just Fields row style.

Main problem is, when i select this view to use as result page everytime i get No results (information status). I dont know where is the problem. Exacts and Teasers as default working fine.

Trying to solve this problem by searching about similar problem but no poit. Has someone same problem ?

Thank you

CommentFileSizeAuthor
#4 view1.png37.8 KBcarbonaccord
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

reniren’s picture

Hi Sageron,

did you find a solution to this problem?

I experience a similar problem using Views to display the faceted search results. The reported error is what has been discussed in http://drupal.org/node/372187. But so far, I still haven't found any direction..

Please update if you have found something. Thanks!

Zach Harkey’s picture

I had this same problem until I carefully re-read the 'Views integration' section of the readme.txt and realized that I had missed a few of the caveats.

Double check that your view meets the following requirements:

- Must be a node view (i.e., can't use fields)
- Must use a pager (pagers are not on by default)
- Must be enabled
- Cannot use exposed filters or arguments

Also note:
Only a view's default display can be used (other displays are ignored).

jjoseph’s picture

Everything works fabulously!

I have tried everything:
met the requirements
disabled all modules one by one
disabled fields one by one
changed layouts
reinstalled views and faceted search
unchecked Extracts display
turned off Ajax and distinct
and have checked the thread, but still no results.
What worked for me was clearing the pager element which is not related to the items per page.

carbonaccord’s picture

FileSize
37.8 KB

I have tried all suggestions above on my view and when enabling with faceted search I do not get any results returned in Internet Explorer. I do get results in Firefox, Safari, and Chrome browsers.

Attached is a screenshot of my view. I tried disabling everything and left only the pager and still get the error.
Any help would be appreciated