Hi guys,
This time I have my trouble with the search engine. I checked, double checked and triple checked it - but I can't see what I'm do wrong. If I make a search, it tell's me "Search word couldn't be found (0.0031 seconds)" - even when I know the word exsist on the page. I searched a bit for the error - but the only thing I can find, is that I should change the method from POST to GET. But where do I change that?
My template code is just the standard "search_default":
I tried everything! All from "purge data" under maintenance to pray to God - but nothing helps :DCode:<div class="<?php echo $this->class; ?>"> <h3>title; ?>"><?php echo $this->link; ?> <span class="relevance">[<?php echo $this->relevance; ?>]</span></h3> <?php if ($this->context): ?> <p class="context"><?php echo $this->context; ?></p> <?php endif; ?> <p class="url"><?php echo $this->url; ?><span class="filesize"> - <?php echo $this->filesize; ?> kB</span></p> </div>
So is there anyone who can see, what the problem should be?


Reply With Quote

Bookmarks