diff options
| -rw-r--r-- | app/models/node.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/node.rb b/app/models/node.rb index 2a82ba8..b45ba80 100644 --- a/app/models/node.rb +++ b/app/models/node.rb | |||
| @@ -20,6 +20,8 @@ class Node < ActiveRecord::Base | |||
| 20 | # Index for Fulltext Search | 20 | # Index for Fulltext Search |
| 21 | define_index do | 21 | define_index do |
| 22 | indexes head.globalize_translations.title | 22 | indexes head.globalize_translations.title |
| 23 | indexes slug | ||
| 24 | indexes unique_name | ||
| 23 | end | 25 | end |
| 24 | 26 | ||
| 25 | # Class methods | 27 | # Class methods |
