• Resolved odork123

    (@odork123)


    The real-time indexing is not working now, because of this mistake:

    /classes/solr/wpsolr-index-solr-client.php – LINE 273:

    $query_where_stmt = ' ID = %d AND ( $query_where_stmt ) ';

    should be:

    $query_where_stmt = " ID = %d AND ( $query_where_stmt ) ";

Viewing 1 replies (of 1 total)
  • Plugin Author WPSOLR

    (@wpsolr)

    Thanks for the feedback.

    It’s fixed with WPSOLR 13.9

    Synchronize to index the missing posts.

Viewing 1 replies (of 1 total)

The topic ‘Please correct an error!’ is closed to new replies.