My search on www.epikur.biz seems to work with Firefox, but not with IE6 - any good ideas ??

Comments

doq’s picture

it doesn´t work when you search for words with non-english symbols?

And does it work when u search for only english words?

gorm_mrog’s picture

It doesn't work with english chars either.
(just try 'lean')
- in IE I get the error that there is no search-term, but it does display it in the (new) search form.
In FF I am taken directly to the results...

heine’s picture

Could it be related to http://drupal.org/node/52107 ? You can check with ethereal.

edited to add: the problem seems to be with the block, not with the normal search form (for Opera at least).
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.

gorm_mrog’s picture

The result is the same with mouse or enter.

But I think it is related anyway --

I tried to change the search input type to submit, and now there is the difference in IE whether you use the mouse or enter (as in 52107).

It must be something with how IE carries the vars in POST ...

gorm_mrog’s picture

OK it works now but perhaps not very elegant.

I added: input type="hidden" name="op"

- now even IE can handle it ...