From c21ac1c25cbdddcaade04f86ef944959f4815209 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 8 Aug 2009 16:04:21 +0200 Subject: additionally indexing slug and unique name --- app/models/node.rb | 2 ++ 1 file changed, 2 insertions(+) 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 # Index for Fulltext Search define_index do indexes head.globalize_translations.title + indexes slug + indexes unique_name end # Class methods -- cgit v1.3