The code looks for this: view_mode != 'teaser', but there is a search_result value that doesn't have the right content and errors are thrown. I changed the bit of code to view_mode == 'full' to fix it. Patch coming...

CommentFileSizeAuthor
#1 1112646-error-in-search.patch1014 bytesdanlinn

Comments

danlinn’s picture

Status: Needs work » Patch (to be ported)
StatusFileSize
new1014 bytes

And here's the patch:

willvincent’s picture

Status: Patch (to be ported) » Closed (fixed)

Commit to the 7.x branch in git.

  • Commit 345e531 on 7.x-1.x, 8.x-1.x:
    #1112646 by danlinn: Change view_mode to 'full' rather than NOT 'teaser...