Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.0-rc3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 11:51 UTC
Updated:
8 Dec 2009 at 13:50 UTC
In my website i create a new content type and use views to show them. But I want to add something to search and look in them.
http://drupal.org/project/modules
I want to look a views like that
First i need a search block
Second I need two filter section ( it can be according to taxonomy i think)
Last sort by section= I need :
1- title from a to z or z to a
2- last node that was published
3- popularity = most views or read or click
maybe: a vote section nad sort according to them too.
How can I do that?
I need to add block manuel?
Thank you
Comments
Comment #1
merlinofchaos commentedI don't think you can do the facet blocks with Views, currently.
Comment #2
enbilulu commentedyou mean Drupal cant archieve this. if so how drupal.org do it. I dont want samw as to drupal.org. it can be different but same function
The most important part is filter section pls first say it
Comment #3
merlinofchaos commentedI mean Views can't do this. drupal.org does not use Views for the search functionality except for issue search. The facet blocks on drupal.org are powered by apache solr module.
Comment #4
enbilulu commentedi can do that with apache solr module?
Comment #5
dagmarYou should ask in the Apache Solr issue queue.
Comment #6
robertdouglass commentedRead all about it: http://acquia.com/blog/views-3-apache-solr-acquia-drupal-future-search
You need Views 3.
The secret to making the facet blocks work is passing in the right arguments, as described in the article.