Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | search-provider: fix string comparison | Cosimo Cecchi | 2013-09-01 | 1 | -1/+1 |
| | | | | | | | Otherwise the provider won't update the string in the shell search overview. https://bugzilla.gnome.org/show_bug.cgi?id=707204 | ||||
* | Add a shell search provider | Giovanni Campagna | 2013-08-29 | 1 | -0/+422 |
The search provider offers the same results as the inline completion in the location bar, gathering results from the history and from bookmarks. Also, it provides a special "Search the web" item, that continues search with the configured search engine (Google by default) https://bugzilla.gnome.org/show_bug.cgi?id=694943 |