• Resolved Olaf Lederer

    (@finalwebsites)


    Hi,

    I tried the plugin for my WooCommerce webshop with~45.000 products and I’m impressed about the great search experience!

    There just one problem: only 12500 products are indexed. I did also a re-index and it’s still the same number. Ross told me before that there is not really a limit. Any idea why it goes wrong?

    Thanks Olaf

    https://wordpress.org/plugins/searchiq/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Olaf Lederer

    (@finalwebsites)

    Hi,

    I found inside the code this query and see there what my problem is

    $query = "SELECT COUNT(*) FROM ".$wpdb->prefix."posts p WHERE TRIM(p.post_title) <> '' AND TRIM(p.post_content) <> '' AND p.post_type IN(".$allowedPostTypes.") AND p.post_status = 'publish'";

    Many products in my database doesn’t have a description right now.
    Does it make sense to remove that condition from the query to index all results or is that problem on your site?

    Plugin Contributor Igor Belykh

    (@igorbelykh86)

    Hi Olaf,

    Yes, we thought that some of production might be without description and we have fixed this thing in version 1.0.10. Please try to update the plugin.

    Thanks,
    Igor

    Thread Starter Olaf Lederer

    (@finalwebsites)

    Hi Igor,

    right I removed the two queries from the plugin.php file and it worked very well. Great that we use the same fix at the same time 🙂

    Plugin Contributor Igor Belykh

    (@igorbelykh86)

    Hi Olaf,

    Yes, that’s great:) But there’re more than two queries in plugin.php, hooks.php fixed too otherwise after update the document wouldn’t be synchronized with the SearchIQ server if the document description is empty.

    Thanks,
    Igor

    Thread Starter Olaf Lederer

    (@finalwebsites)

    Hi,
    Thanks for the insights. I’m using WP All Import for the product import/updates. Does these import trigger updates too?

    I guess I can check this inside the table “wp_siq_sync” after an update has been done?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not all products are indexed’ is closed to new replies.