We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3135ef7 commit dc0b200Copy full SHA for dc0b200
extension/background/omnibox.js
@@ -71,7 +71,9 @@ chrome.omnibox.onInputEntered.addListener(
71
72
// Suggest specific questions as text is being typed.
73
chrome.omnibox.onInputChanged.addListener(
74
- function(query, suggestFn) {
+ function(query, suggest) {
75
+ // TODO: Provide user the option to choose which of the following two options will be used to provide suggestions.
76
// TODO: Use StackOverflow api to get list of questions and sort them based on relevance.
77
+ // TODO: Use filters provided by user to show suggestions
78
}
79
)
0 commit comments