[Groonga-commit] ranguba/epub-searcher at 64796db [master] Remove unneccessary escape

Back to archive index

KITAITI Makoto null+****@clear*****
Sun Sep 20 18:22:27 JST 2015


KITAITI Makoto	2015-09-20 18:22:27 +0900 (Sun, 20 Sep 2015)

  New Revision: 64796db4bf831a46451c81cf769b66cfd092bc41
  https://github.com/ranguba/epub-searcher/commit/64796db4bf831a46451c81cf769b66cfd092bc41

  Message:
    Remove unneccessary escape

  Modified files:
    app/app.rb

  Modified: app/app.rb (+1 -1)
===================================================================
--- app/app.rb    2015-09-20 18:12:50 +0900 (91765b4)
+++ app/app.rb    2015-09-20 18:22:27 +0900 (b027663)
@@ -62,7 +62,7 @@ module EPUBSearcher
       begin
         db.select(
           :table => :Books,
-          :query => h(query_words),
+          :query => query_words,
           :match_columns => 'author,title,main_text',
           :output_columns => 'author,title,snippet_html(main_text)',
           :limit => -1,
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index