Comment 1 for bug 1298494

Revision history for this message
Chris Friesen (cbf123) wrote :

I did some tracing down in db.sqlalchemy.api.instance_get_all_by_filters(). Before this line the query output looks good:

 query_prefix = regex_filter(query_prefix, models.Instance, filters)

but after that line there are no instances left in the filter results.