Relevanssi : Index document is 0 , but its showing index complete
-
Hello ,
Relevanssi plugin is not able to index the documents , and its showing index complete . I checked database , changed database table from InnoDB to MyISAM , activated and de-activated a plugin .
Also checked out the trouble shooting guide ,
1) Changed
foreach ($content as $post) { $n += relevanssi_index_doc($post, false, $custom_fields); // n calculates the number of insert queries }
To
foreach ($content as $post) { var_dump($post->ID); $n += relevanssi_index_doc($post, false, $custom_fields); // n calculates the number of insert queries }
It showes my all IDs
2) Var DUMP
I put
var_dump($insert_data);
before the $index_titles = true;and it showed me
array(0) { } array(0) { } array(0) { } array(0) { } array(0) { } array(0) { } array(0) { } array(0) { } array(0) { } array(0) { } ……
Can anyone please help me with this , I am using relevanssi 3.0.4 .
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Relevanssi : Index document is 0 , but its showing index complete’ is closed to new replies.