Skip to content

Commit

Permalink
merge: #211 from ginger/api-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Nov 1, 2024
2 parents 2c6883b + 18e4553 commit d0aac4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/phenome10k/routes/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ def search(self, **kwargs):
for c in self._columns.values():
try:
v = c.type.python_type(r.q)
if type(v) is bool:
continue
or_filters.append(c == v)
except:
continue
Expand Down

0 comments on commit d0aac4f

Please sign in to comment.