ParseDb-select gives obtuse error for missing fields

Issue #168 resolved
Jason Vander Heiden created an issue

If you pass a missing field to ParseDb-select it still tries to check the field, resulting in the confusing error:

    return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object

We should add a check for missing fields and output an informative message.

Comments (1)

  1. Log in to comment