• Resolved ekaman

    (@ekaman)


    Hi there! Thanks for this plugin.

    I’m just wondering how the filter works. I’ve created a custom post by Custom Post Type UI plugin and trying to filter by the next elements (equal to or contain):
    – Author Last Name or Nickname (WP standard user fields)
    – ACF User Field. This is for creating the Co-author Field. In the WP All Export it shows as ACF Field.
    – ACF Taxonomies. In the WP All Export it shows as ACF Field.

    But there are no results. In the same time filter perfectly works with WP Display Name Field or ACF Text or Number Fields.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @ekaman

    But there are no results. In the same time filter perfectly works with WP Display Name Field or ACF Text or Number Fields.

    We will have to take a look at the data on your site and test your filters to see what’s going wrong here. Please open a ticket at https://wpallimport.com/support/ with details on the issue so that we can help out.

    Thread Starter ekaman

    (@ekaman)

    Hmm, but my site on the localhost, yet.
    Could I provide you with the necessary info in this case to solve my problem?

    Plugin Author WP All Import

    (@wpallimport)

    Hi @ekaman

    Could I provide you with the necessary info in this case to solve my problem?

    We’d really need to see the data and run tests on it. You can set up a live debug environment at https://www.wpallimport.com/debug/ to replicate the issue (you can install CPT UI and any other necessary plugins). You only need to set up a few example posts to show the issue. Once it’s replicated send the details to https://www.wpallimport.com/support/.

    Thread Starter ekaman

    (@ekaman)

    I’ve used Debug environment to reproduce my problem. Here it is https://jolly-macaw.w5.wpsandbox.pro/?upass=8qn4dN9L9HEt

    Plugin Author WP All Import

    (@wpallimport)

    Hi @ekaman

    Sorry for the long delay on this. Our developer checked the demo site you set up and confirmed the bugs. We’ll be implementing fixes for them in the next release.

    Plugin Author WP All Import

    (@wpallimport)

    Hey @ekaman

    I just wanted to update you and let you know that our developer advised that you can currently filter the ACF fields by IDs with the “contains” rule. For example:

    Export Books with “Scopus” as a “cite” (term ID 19):

    cite -> contains -> 19

    Export Books with “test (Torn Tirn Turn)” as a co-author:

    co-authors -> contains -> 3

    If you need to remove other co-authors that contain “3” in their user ID, you could add a “doesn’t contain” rule. For example:

    co-authors -> contains -> 3
    AND
    co-authors -> doesn't contain -> 13
    

    Hopefully that helps.

    Thread Starter ekaman

    (@ekaman)

    I’ll check it. Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t understand filtration’ is closed to new replies.