Missing search results in 'Shortcuts' app. |
|||||
Issue descriptionChrome 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.
,
May 16 2018
It is because out search algorithm. ovanieva@ and afakhry@, what is the priority to support this kind of search.
,
May 17 2018
Ah, we need to support fuzzy search.
,
May 31 2018
,
Jun 1 2018
agreed we need to support fuzzy search. we'll add this to next milestone. tanks for flagging.
,
Jun 1 2018
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.
,
Jun 1 2018
Re#6: I believe we should not care about ordering. Searching for "window move" should also work. Please discuss with ovanieva the expected behavior.
,
Aug 24
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 |
|||||
Comment 1 by afakhry@chromium.org
, May 16 2018Status: Assigned (was: Untriaged)