>>3053i just found the problem
in this file: /ext/index/theme.php
edit line 180
$page->add_block(new Block(null, $this->build_table($images, "?search=$query"), "main", 10, "image-list"));
to
$page->add_block(new Block(null, $this->build_table($images, "#search=$query"), "main", 10, "image-list"));
this way you don't have to change the software