Faceted search is great module what I need!! I am trying to use this to replace the taxonomy related modules that I used.
I am a beginner and I am in trouble. I followed the step-by-step instructions in readme file to set "Views integration".
1) In Admin ->settings -> Faceted search: an environment named "test_search" is built
base path:test
start page:
Also, I added Taxonomy Facets and kept other settings as default(Current seaech, keyword search...)
====================
2) In Admin ->build ->Views :a new view named"test_view" is built
Provide Page View: enabled
URL: I am not sure what it should be!
I have tried "test", "test/results", "test/results/$arg" and so on , but no one okay!
View Type:Bonus: Grid View (from Views Bonus Pack)
Fields: one CCK image field
Arguments:Faceted Search: Environment ID |Return Page Not Found| No sort (Topics,Wildcard and Wildcard Sub are blank)
No filter,sort criteria and others set as default
====================
3) I go back to Admin ->settings -> Faceted search -> result page ->Display Style: View: test_view
====================
Finally, when I broswe mysite.com/?q=test
It is 404 while I set 'test' as URL in page of View
It is only grid view of imagefield without response of search while I set 'test/results' as URL in page of View
The search page is okay but cannot show any result while I set blank as URL in page of View
====================
Thanks!! @@(I have Trapped for few hours)