Wiki search

Very basic, using LIKE, and no search snippets.
This commit is contained in:
Ilya Baryshev 2012-10-16 23:05:11 +04:00
parent db3d90cbcb
commit e6524a919e
6 changed files with 50 additions and 2 deletions

View file

@ -5,5 +5,6 @@ class SearchController < ApplicationController
@projects = result[:projects]
@merge_requests = result[:merge_requests]
@issues = result[:issues]
@wiki_pages = result[:wiki_pages]
end
end