Results 1 to 3 of 3

Thread: No results from "Search Engine" in 2.11.4

  1. #1
    New user
    Join Date
    09-28-10.
    Posts
    8

    Default No results from "Search Engine" in 2.11.4

    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":

    Code:
    <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>
    I tried everything! All from "purge data" under maintenance to pray to God - but nothing helps :D

    So is there anyone who can see, what the problem should be?

  2. #2
    User
    Join Date
    06-19-09.
    Posts
    328

    Default Re: No results from "Search Engine" in 2.11.4

    Be sure that:

    - your pages (under Site Structure) do *not* have the "Do not search" flag
    - the search engine is enabled (under Settings -> Search engine)
    - you rebuilt your search index (Maintenance -> Rebuild index)
    Consulenza Contao CMS https://www.intco.it

  3. #3
    New user
    Join Date
    09-28-10.
    Posts
    8

    Default Re: No results from "Search Engine" in 2.11.4

    Quote Originally Posted by ga.n
    Be sure that:

    - your pages (under Site Structure) do *not* have the "Do not search" flag
    - the search engine is enabled (under Settings -> Search engine)
    - you rebuilt your search index (Maintenance -> Rebuild index)
    Thank you savior! I missed to rebuild index - now it's working

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •