New issue
Advanced search Search tips

Issue 842951 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
M70

Blocked on:
issue 848376


Show other hotlists

Hotlists containing this issue:
Hotlist-1


Sign in to add a comment

Missing search results in 'Shortcuts' app.

Project Member Reported by jopra@google.com, May 15 2018

Issue description

Chrome Version: 68.0.3422.0
OS: Chrome OS

What steps will reproduce the problem?
(1) Open 'Shortcuts' app
(2) Search "move active window".
(3) Search "move window"

What is the expected result?
The result "Move active window between displays" should appear in both sets of search results.


What happens instead?
The result "Move active window between displays" only appears in the first set of results.
 
Owner: wutao@chromium.org
Status: Assigned (was: Untriaged)

Comment 2 by wutao@chromium.org, May 16 2018

Cc: ovanieva@chromium.org afakhry@chromium.org
It is because out search algorithm.

ovanieva@ and afakhry@, what is the priority to support this kind of search.
Ah, we need to support fuzzy search.

Comment 4 by wutao@chromium.org, May 31 2018

Blockedon: 848376
Labels: M70
agreed we need to support fuzzy search. 
we'll add this to next milestone. tanks for flagging.

Comment 6 by wutao@chromium.org, Jun 1 2018

Cc: xiy...@chromium.org
As discussed in  bug 848376 , TokenizedStringMatch only can make the in-order term/work search work:
E.g. We have a string "move active window".
Using TokenizedStringMatch [1], we can query "move window", "move active window".
But the limitation is that we can not search by "window move".

Do we want to support such a case? The reason I bring this up because user might search the modifiers: ctrl, alt, shift, search/launcher, but the order matters.

If we implemented issue 846804, we do not need this out-of-order term/word search. Because we are not typing the query terms (modifiers) in the search box.
Re#6: I believe we should not care about ordering.

Searching for "window move" should also work. Please discuss with ovanieva the expected behavior.
I would also expect order should not be used for filtering (though I don't mind if search ordering is changed)

i.e. zoom display vs display zoom should have the same results.

Sign in to add a comment