Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1349430

    Hi,
    the resultats given by the search too are not working
    example in private, do i need somethink like rescanning page?
    Regards

    #1349612

    Hey jb84,

    Thank you for the inquiry.

    The page that you mentioned above displayed in the search results page and in the AJAX search container when we searched for the keyword. Please try to purge the cache or test the site on incognito mode. We provided a screenshot of the search results in the private field.

    Best regards,
    Ismael

    #1349644

    Thk you very much for your answer.

    How to purge the cache? (i do not use cache plugin and my hoster do not)

    So in a private window effectively my main page speaking of “Stabilisation” display when you click on the “see all results” and not display on the quick result window.
    For info i do not have the same results as you.

    What is it so strange: it gives me pages (at the top results) where the word is absent (for example this one in private)

    How to reflesh that? How can i ask to rescan all pages?

    #1350064

    Hi,
    Thank you for your patience, I would say that there is not a caching issue from your site because I get the same correct results as Ismael above, and I tested on Windows in Chrome, Firefox, & Edge, please see the screenshot in the Private Content area.
    Perhaps you are experiencing a browser cache issue, if you are using Safari it can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    Otherwise, I don’t know why you are not getting the same results, have you tested with other browsers, have you tried logging out of your site and testing? Ismael and I are both logged out, not that this should matter but I’m just thinking.
    I also tested on Browserling.com and the ajax search results were the same, try testing on Browserling.com yourself and see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1350065

    And Btw. if you like to include f.e. custom post types to search – put this to your child-theme functions.php
    ( you had to know the name of your cpt to insert it to the array )

    function include_cpt_search( $query ) {
        if ( $query->is_search ) {
        $query->set( 'post_type', array( 'post', 'page', 'custom_post_type' ) );
        }  
        return $query;
    }
    add_filter( 'pre_get_posts', 'include_cpt_search' ); 
    #1350070

    Hi,
    Thanks Guenni007, that’s a good tip, but this situation was a standard page that is not showing for jb84 in the search results, while it is for Ismael and I.

    Best regards,
    Mike

    #1350812

    Can anyone can help on this issue?

    #1350822

    Hi,
    Unfortunately, Ismael and I are not able to recreate this issue on your site, both of us see the page that you mentioned above displayed in the search results page and in the AJAX search container when we searched for the keyword.
    Did you try testing on Browserling.com? This third party online web browser also showed the result, as in the screenshot above.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.