The list of exludded form includes those in the search block, but not the search page itself

    'search_block_form' => 0,
    'search_theme_form' => 0,
    'search_box' => 0,

    // Construct the search form.
    $output = drupal_get_form('search_form', NULL, $keys, $type);

so 'search_form' should be added to prevent the journal entry textarea from taking up half the search results page.

CommentFileSizeAuthor
#2 exclude-more-483026-1.patch419 bytespwolanin

Comments

pwolanin’s picture

It also appears on the dblog overview, which is similarly problematic.

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new419 bytes
pwolanin’s picture

Title: Exclude search form too » Exclude search and dblog forms too
sun’s picture

Status: Needs review » Fixed

Thanks for reporting, reviewing, and testing! Committed to all branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.