[Groonga-commit] ranguba/epub-searcher at c77b2eb [master] Fix column name of snippet_html

Back to archive index

KITAITI Makoto null+****@clear*****
Fri Oct 17 00:41:18 JST 2014


KITAITI Makoto	2014-10-17 00:41:18 +0900 (Fri, 17 Oct 2014)

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

  Message:
    Fix column name of snippet_html

  Modified files:
    app/views/_result.haml

  Modified: app/views/_result.haml (+1 -1)
===================================================================
--- app/views/_result.haml    2014-10-17 00:40:52 +0900 (abb2dbf)
+++ app/views/_result.haml    2014-10-17 00:41:18 +0900 (f5b451a)
@@ -1,4 +1,4 @@
 %li{:class => 'media'}
   %div{:class => 'media-body'}
     %h4{:class => 'media-heading'}== #{result['title']} - #{result['author']}
-    = partial 'snippet', :collection => result['snippet_html']
+    = partial 'snippet', :collection => result['snippet_html(main_text)']
-------------- next part --------------
HTML����������������������������...
Download 



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