• Resolved msowah

    (@msowah)


    Dose a ‘where’ in the param loop on multiselect field where the field is a relationship field with an array of objects.
    eg: category.post_title is a multiselect relationship.

    `$searchword = ‘food’;

    $params = array(
    ‘where’ => ‘category.post_title = “‘ . pods_sanitize( $searchword ) . ‘” //
    );
    $pod->find( $params );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dose a ‘where’ in the param loop on multiselect field’ is closed to new replies.