mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-11-03 01:50 am

[dw-free] http://bugs.dwscoalition.org/show_bug.cgi?id=2035

[commit: http://hg.dwscoalition.org/dw-free/rev/cec770c33c9a]

http://bugs.dwscoalition.org/show_bug.cgi?id=2035

Fix error in search results if an entry only contained HTML.

Patch by [personal profile] exor674.

Files modified:
  • bin/worker/sphinx-search-gm
--------------------------------------------------------------------------------
diff -r 7187be3b25d2 -r cec770c33c9a bin/worker/sphinx-search-gm
--- a/bin/worker/sphinx-search-gm	Tue Nov 03 01:48:39 2009 +0000
+++ b/bin/worker/sphinx-search-gm	Tue Nov 03 01:50:25 2009 +0000
@@ -87,6 +87,7 @@ sub sphinx_search {
                 $match->{entry} = $entry->event_text;
                 $match->{entry} =~ s#<(?:br|p)\s*/?># #gi;
                 $match->{entry} = LJ::strip_html( $match->{entry} );
+                $match->{entry} ||= "(this entry only contains html content)";
 
                 # we don't munge the subject... just clean it
                 $match->{subject} = $entry->subject_text || '(no subject)';
--------------------------------------------------------------------------------
kareila: (Default)

[personal profile] kareila 2009-11-03 06:06 pm (UTC)(link)
Bug #2760 does not exist.