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

merlinofchaos’s picture

Status: Active » Closed (won't fix)

I don't think you can do the facet blocks with Views, currently.

enbilulu’s picture

you 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

merlinofchaos’s picture

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

enbilulu’s picture

i can do that with apache solr module?

dagmar’s picture

Project: Views (for Drupal 7) » Apache Solr Search
Version: 6.x-2.7 » 6.x-1.0-rc3
Component: node data » Documentation
Status: Closed (won't fix) » Active

You should ask in the Apache Solr issue queue.

robertdouglass’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.