GravityKit / AZ-Filters

Alphabetically filter your entries.
https://gravityview.co/extensions/a-z-filter/
3 stars 0 forks source link

Issue/34 allow a z to work with created by meta field #59

Closed omarkasem closed 5 months ago

omarkasem commented 9 months ago

foreach ( $user_ids as $user_id ) { $conditions[] = new \GF_Query_Condition( new \GF_Query_Column( $filter_field ), \GF_Query_Condition::EQ, new \GF_Query_Literal( $user_id ) ); }

rafaehlers commented 5 months ago

This works great! ✅