4 replies [Last post]
Andy's picture
Offline
Administrator
Joined: 08/07/2007
Juice: 1076
Was this information Helpful?

Reading the post about search for products only made me think about Drupal and the available search modules. I know that search on www.drupal.org was really struggling there for a while, and I know there are at least a couple of Drupal modules designed to improve the search feature.

My questions are: What is the problem with the default search module? Has anyone used one of the other search modules like trip_search.module or fastsearch? How do they compare? Which one is best and why?

Hopefully someone has already figured this out and will save me some research.
Peace,
Andy

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Drupal, Ubercart, and Search

I don't have any experience with those, but I was in contact w/ Blake about his Google SoC project before I left. He was doing what he called a fuzzy search module which allows for misspellings and some other things. I wanted to give it a test drive here but didn't get the chance since I was cranking out the new site all that week. Might be worth looking into. (You can test it on his blog... for example, search for ubercat.)

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: Drupal, Ubercart, and Search

Oh boy. I think we need an übercat. Hee hee.

futurist's picture
Offline
Joined: 08/08/2007
Juice: 114
Re: Drupal, Ubercart, and Search

Initially, I was looking for a "Drupal way" to search just nodes of type product (i.e. using the form API). (The problem was - and still is - that I couldn't find a way to tell the block search form how to search just products.)

Then, I realized, it was going to be equally tricky to get the search results displayed in a grid. I had a view already in place for the catalog that displays my products in a grid, with a filter by taxonomy term. After that, I found Robert's article on custom search forms with Views and Fastsearch. This is the way I'm currently going, because this technique gives me the search result in the same grid like in the catalog view.

Not exactly answering Andy's questions, but telling about UC needs...

videohead's picture
Offline
Joined: 08/29/2010
Juice: 5
Have views - need search to take user to the view

Yuck, why customize the results, just take the customer to the view of either the product or the category/subcat.
Any idea how to accomplish this?