Open wpperform opened 10 years ago
For more info on this, the line below (line 13 in /wp/theme/AbstractArchive.php) is what breaks multi-word taxonomy archives. I haven't resolved WHY the do_search function produces that behavior, though.
add_action('pre_get_posts', array(&$this, 'do_search'), 100);
Further, I haven't resolved why this link http://www.mostresource.org/category/culture-lifestyle/ works with the above line active, but that line breaks every other site, even a close copy of the site on which it works.
Sorry for the long delay! I just pushed out version 3.1, let me know if that solves your problem!
Thanks for the follow up. Unfortunately, 3.1 didn't solve the problem. Same results as before.
Under ES->WordPress Integration, when either Enable for ALL category archives is selected or a mutliword category is selected from the list of Enable for specific category archives, the category archive is broken.
If the 1st checkbox is unchecked, and only single word category archives are selected, category archives are fine. If any multiword category archive is selected from the list, that archive is broken.
If I can supply more info, let me know.
Up +1
See the site http://estest.wpperform.com/ running WP 3.8 and the standard Twenty Thirteen theme with only FES active.
All multi-word category and tag archives return nothing found, yet it's clear that there's content in these categories or having these tags. Reindexing in FES doesn't help. Deactivating FES fixes the problem. Reactivating FES recreates the problem.
FES does successfully create the ES index and it otherwise looks normal (ie, right # of docs).
However, while multi-word categories and tag archives don't work on a standard theme running no plugins, they work on an existing site with many plugins and a custom Genesis child theme, using the same copy of FES and ES.
See these example links:
Category: http://www.mostresource.org/category/culture-lifestyle/ Tag: http://www.mostresource.org/tag/american-civil-liberties-union/ Custom taxonomy: http://www.mostresource.org/ethnicity/african-american/
If you need more info to debug, don't hesitate to task. Thanks in advance for helping to track this down.