flake8
passed.
JSHint
passed.
Review Request #9176 — Created Sept. 6, 2017 and submitted
I missed a few places in the search API where
model_filter
should have
been passed in instead offilter
for filtering search results to a
specific model. In addition, a return clause was indented incorrectly,
causing the user search to sometimes returnNone
. Finally, a erroneous
logging call has been fixed, which caused some test failures.
Ran unit tests.