diff options
Diffstat (limited to 'app/models/node.rb')
| -rw-r--r-- | app/models/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/node.rb b/app/models/node.rb index 4f67dcb..db44b71 100644 --- a/app/models/node.rb +++ b/app/models/node.rb | |||
| @@ -25,7 +25,7 @@ class Node < ActiveRecord::Base | |||
| 25 | 25 | ||
| 26 | # Index for Fulltext Search | 26 | # Index for Fulltext Search |
| 27 | define_index do | 27 | define_index do |
| 28 | indexes head.globalize_translations.title | 28 | indexes head.translations.title |
| 29 | indexes slug | 29 | indexes slug |
| 30 | indexes unique_name | 30 | indexes unique_name |
| 31 | end | 31 | end |
