Application scope not behaving when searching for " " with filters
Bug #1161337 reported by
Nick Dedekind
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Invalid
|
Medium
|
Michal Hruby | ||
unity-lens-applications (Ubuntu) |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
1) Open app scope and empty search string
2) Type " " into search bar (space)
You should have results
3) Enable a type filter (eg Education)
All results disapear!
4) clear the search
Some results, but not what we started with.
Related branches
lp://staging/~mhr3/unity-lens-applications/strip-query
- PS Jenkins bot (community): Approve (continuous-integration)
- Paweł Stołowski (community): Approve
-
Diff: 94 lines (+14/-12)1 file modifiedsrc/daemon.vala (+14/-12)
tags: | added: 100scopes |
Changed in unity: | |
importance: | Undecided → High |
Changed in unity: | |
importance: | High → Medium |
status: | New → Confirmed |
Changed in unity: | |
assignee: | nobody → Michal Hruby (mhr3) |
status: | Confirmed → In Progress |
Changed in unity: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
My guess is whitespace is removed when tokenizing the search string. So changing the filter sends an empty string through (just a guess though...)