From 236399098d337f38727745b09daafba2d6130769 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Tue, 30 Aug 2011 15:05:11 +0200 Subject: Adding basic search functionality with ThinkingSphinx --- app/helpers/application_helper.rb | 6 +++--- app/helpers/search_helper.rb | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 app/helpers/search_helper.rb (limited to 'app/helpers') diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 778d8f6..de8366d 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,7 +1,7 @@ # ===GLSAMaker v2 -# Copyright (C) 2009-10 Alex Legler -# Copyright (C) 2006-2007 Jean-Philippe Lang -# Copyright (C) 2008 Robert Buchholz and Tobias Heinlein +# Copyright (C) 2009-11 Alex Legler +# Copyright (C) 2006-07 Jean-Philippe Lang +# Copyright (C) 2008 Robert Buchholz and Tobias Heinlein # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb new file mode 100644 index 0000000..b3ce20a --- /dev/null +++ b/app/helpers/search_helper.rb @@ -0,0 +1,2 @@ +module SearchHelper +end -- cgit v1.2.3-65-gdbad