Code review comment for lp:~stolowski/unity-lens-applications/fuzzy-public-content

Revision history for this message
Michal Hruby (mhr3) wrote :

18 + var result_type = (category == Category.INSTALLED && !results.fuzzy_search) ?

Should be category != Category.AVAILABLE && ...

review: Needs Fixing

« Back to merge proposal