Conflict with ACP + ACF
-
Hello,
A lot of my sites use both Advanced Custom Fields and Admin Columns Pro. I discovered recently that the ACP column filtering was resulting in no results. After a lot of back and forth with ACP support and investigating myself, we came to the realization that the issue went away when Search Everything was disabled.
I saw a similar post here regarding bbpress, where debugging showed an oddity in the SQL query. Here’s mine:
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND ((())) AND ( ( wp_postmeta.meta_key = 'product_internal_id' AND wp_postmeta.meta_value = '1105' ) ) AND wp_posts.post_type = 'product' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled' OR wp_posts.post_status = 'future' OR wp_posts.post_status = 'draft' OR wp_posts.post_status = 'pending' OR wp_posts.post_status = 'private') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 20 /*
Thinking that something must have changed recently with Search Everything, as I’ve been using it for quite some time without any problems.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conflict with ACP + ACF’ is closed to new replies.