Hi, I've successfully created a filter form for my frontend app, but want to allow the user to select multiple values for a given attribute. After changing the widget to allow multiple values, I can select a single value from the select widget, and the SQL appears to be generated correctly:
Before: (r.status_id = ?) - (1) After: (r.status_id in ?) - (1) but if I select multiple values I get an error "Invalid parameter number: number of bound variables does not match number of tokens." I'd cut and paste the error log except I'm behind a firewall with no way to cut and paste. Is what I'm wanting to do possible? Thanks, Stan -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
