• Resolved north831

    (@north831)


    ACF – Select

    Options:

    1+1

    2+1

    3+1

    In sidebar show right (3)

    But can`t return result of search, said found zero.

    Without + work good

    i need to use plus… help me please

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter north831

    (@north831)

    Thread Starter north831

    (@north831)

    SELECT SQL_CALC_FOUND_ROWS nf_posts.ID
    FROM nf_posts
    LEFT JOIN nf_term_relationships
    ON (nf_posts.ID = nf_term_relationships.object_id)
    INNER JOIN nf_postmeta
    ON ( nf_posts.ID = nf_postmeta.post_id )
    WHERE 1=1
    AND ( nf_term_relationships.term_taxonomy_id IN (6) )
    AND ( ( nf_postmeta.meta_key = 'flat_plan'
    AND nf_postmeta.meta_value REGEXP '.*;s:[0-9]+:\"3+1\".*' ) )
    AND ((nf_posts.post_type = 'post'
    AND (nf_posts.post_status = 'publish'
    OR nf_posts.post_status = 'acf-disabled'
    OR nf_posts.post_status = 'private')))
    GROUP BY nf_posts.ID
    ORDER BY nf_posts.post_date DESC
    LIMIT 0, 15

    3+1 – problem with PLUS

    Plugin Author stepasyuk

    (@stepasyuk)

    Hello @north831

    Thank you for using the plugin.

    This bug is already solved for the next plugin version 1.7.6 which will be available soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter Advanced Custom Fields’ is closed to new replies.