###Autocomplete
- the big lebowski
- Prefix search
- rails-3-jquery-autocomplete Gem
rails g autocomplete
javascript_include_tag "autocomplete-rails.js"
autocomplete :resource, :title #, :full => true
autocomplete_field_tag
- Not really flexible over multiple models
- JSONP -- needed for cross site functionality (widgets)
- Investigate autocomplete with Redis
- Use a Metal Controller
- Disable logging for the related action
- https://github.com/greggersh/rails3_autocomplete_example
- the big lebowski
- Edge N-grams
- Solr supports
- Does Sphinx?
- Try a Bing search for "weather 90210" and you get a mini-forecast in the search box