Make account search blazing fast and rank followers/followees higher in the results
Showing
- Gemfile 0 additions, 1 deletionGemfile
- Gemfile.lock 0 additions, 5 deletionsGemfile.lock
- app/models/account.rb 36 additions, 4 deletionsapp/models/account.rb
- app/services/search_service.rb 3 additions, 4 deletionsapp/services/search_service.rb
- db/migrate/20170317193015_add_search_index_to_accounts.rb 9 additions, 0 deletionsdb/migrate/20170317193015_add_search_index_to_accounts.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
... | ... | @@ -47,7 +47,6 @@ gem 'rack-attack' |
gem 'rack-cors', require: 'rack/cors' | ||
gem 'sidekiq' | ||
gem 'rails-settings-cached' | ||
gem 'pg_search' | ||
gem 'simple-navigation' | ||
gem 'statsd-instrument' | ||
gem 'ruby-oembed', require: 'oembed' | ||
... | ... |
Please register or sign in to comment