AutoCommit Sam Sep 5 15:03:11 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-05 15:03:11 +02:00
parent c7d12e9a42
commit eccb090d5c
2 changed files with 3 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ class DocumentsController < ApplicationController
@results = Document.search do
fulltext params['query'] do
fields :name, :text, :meeting
highlight :text
highlight :text,:name,:meeting
end
end
@res=[]