Please correct an error!
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Please correct an error!’ is closed to new replies.