I have a site on CMS Drupal 6. And I make search of content type on my site. I would like to allow users to voting for any pages and based on this voting worked search in content type. In other words to the search engine gave out first those pages that have the greatest number of votes. Advise me, please, the respective modules or your versions! Thanks.
Do you already have voting set up on the site? If not, I'd assume you're probably going to end up using Fivestar (because everyone seems to), though admittedly it's been a while since I dealt with Drupal ratings so there may be a better option out there by now. Anyway, I know I've used Views to list content in order of Fivestar rating, so it would make sense that you can expose that filter to create a search form searching by rating. I've never done it, but I'd bet 10p it can be done. Shouldn't be hard Edit: Rereading your post you might not actually want to create a search form, and instead just use the rating as the sort order to display your content. If this is the case, again you can use Fivestar/Views.