Showing 7 videos tagged with search

BDDCasts Episode 11 - The Dashboard, part 3 - removing duplicates

01:12:00 bddcasts.com
We remove duplicates from our Twitter search results by remembering the ID of the last result and only fetching tweets that have occurred since then.
Tags:

Searchlogic

00:13:51 railscasts.com
Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches.

SD Ruby - Episode 026: ActsAsSolr

Rob Kaufman shows how easy it is to integrate Solr powered search into your Rails application using the ActsAsSolr plugin.

SD Ruby - Episode 061: Tanning Bed

Rob Kaufman demonstrates Tanning Bed, his new Solr search mixin for any Ruby class. Tanning Bed makes fewer assumptions about how you want to deal with the Solr search engine, while still providing easy Ruby-like interfaces. Bonus content: http://www.slides... View More
Tags:

Railscast - Episode 37: Simple Search Form

00:06:28 railscasts.com
A search form is quite different than other forms, this is because it does not deal with model's attributes. See a good way to add a simple search form in this episode.

Railscast - Episode 111: Advanced Search Form

00:07:38 railscasts.com
If you need to create an advanced search with a lot of fields, it may not be ideal to use a GET request as I showed in episode 37. In this episode I will show you how to handle this by creating a Search resource.

Railscast - Episode 120: Thinking Sphinx

00:12:32 railscasts.com
If you need a full text search engine, Thinking Sphinx is a great solution. See why in this episode.