• Resolved mustafa9140

    (@mustafa9140)


    Hi,

    I am using the following query to export data from “WP_Query Results” Tab:

    ‘post_type’=> ‘listing’,’meta_query’=> array(array(‘key’=> ‘owner_status2’,’value’=> ‘Woman-Owned’,’compare’=> ‘LIKE’))

    The next page of “Customize Export File” does show the correct number of posts/records that is present in the site, but when I press the preview or continue button, I get the following error “WP Query field is required” and nothing happens further.

    I created this ‘owner_status2’ field through ACF. And has created the query in accordance to the plugin documentation https://www.wpallimport.com/documentation/wp-query-export-to-csv/ . Please guide what am I doing wrong?

    Thanks

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

    (@wpallimport)

    Hey @mustafa9140,

    We recently discovered an issue with using “LIKE” as the “compare” operator in WP_Query exports. We are looking into fixing it in a future release, but in the meantime would it be possible to switch to “=” as the compare operator for your query?

    Plugin Author WP All Import

    (@wpallimport)

    Hi @mustafa9140,

    I’m marking this as resolved since it’s been inactive for a while now. Please open a new topic if you still have questions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP Query field is required’ is closed to new replies.