• Resolved dutchkdesign

    (@dutchkdesign)


    Hi!
    I installed SearchIQ on a staging envoirement and it worked as a charm, but after putting the site live (the url changed obiously) and now I can’t get Search IQ to index my pages, so the searchbar doesn’t work as it should.
    Please help..
    https://snipboard.io/VlCANB.jpg

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SearchIQ

    (@searchiq)

    As you have migrated the site from staging to production, all the site content is copied along with the engine key of the staging site. Please run the below query on your DB and then reconfigure SearchIQ again. You can replace ‘wp_’ with the prefix of your WordPress installation if it’s not ‘wp_’.

    DELETE from wp_options WHERE option_name like ‘_siq%’;

    This will delete all SearchIQ-related info from the WordPress database of the live site and then you can start afresh with the engine creation and synchronizing posts.

    Thread Starter dutchkdesign

    (@dutchkdesign)

    Thank you for this solution, I’ve had email contact over this and you helped me implement this solution. Everything works perfect now.

    Plugin Author SearchIQ

    (@searchiq)

    @dutchkdesign Thank you for the appreciation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no index after going from staging to live page’ is closed to new replies.