After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323903 - Location autocomplete should put history items most recent at top
Location autocomplete should put history items most recent at top
Status: RESOLVED WONTFIX
Product: epiphany
Classification: Core
Component: [obsolete] URL bar
2.16.x
Other Linux
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-12 17:22 UTC by Ed Catmur
Modified: 2012-08-01 17:49 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
ephy-completion-model: use history service sorting (1.66 KB, patch)
2012-03-08 01:15 UTC, Diego Escalante Urrelo (not reading bugmail)
rejected Details | Review

Description Ed Catmur 2005-12-12 17:22:11 UTC
The location bar autocomplete puts oldest history items at the top and most
recent history items at the bottom. This is contrary to how it is used, as
people are more likely to want to revisit a recently viewed page than one viewed
some time ago.
Comment 1 Reinout van Schouwen 2006-02-23 19:59:05 UTC
Ed: Peter Harvey recently posted to the epiphany-list about possible improvements to the sorting algorithm in the autocompletion dropdown, you may want to share your thoughts: http://mail.gnome.org/archives/epiphany-list/2006-February/msg00064.html
Comment 2 Sven Herzberg 2006-10-07 13:29:20 UTC
I agree, it's rather uncomfortable to have to scroll down to get items. I think it would be nice to have them sorted like this:

---
goo
---
|Recently Typed
|http://www.google.com/
|http://www.google.com/reader
|http://video.google.com/
---
|Recently Visited
|http://www.google.de/search?q=gq+ldap&hl=de&lr=&start=10&sa=N
|...
---
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2012-03-08 01:15:01 UTC
Created attachment 209227 [details] [review]
ephy-completion-model: use history service sorting

Instead of our custom relevance sort function. This means we need to
stop filtering the results. Due to our use of prepend, we need to
reverse the list to get the real ordering.
Comment 4 Diego Escalante Urrelo (not reading bugmail) 2012-03-08 01:27:07 UTC
I left the old sorting code commented, as a reminder that we might want a smarter sort one day. Although this one works fine, IMHO.
Comment 5 Xan Lopez 2012-08-01 17:49:03 UTC
Comment on attachment 209227 [details] [review]
ephy-completion-model: use history service sorting

We just agreed @ GUADEC that we want to do frecency here. Hopefully we'll do it for 3.6.
Comment 6 Xan Lopez 2012-08-01 17:49:17 UTC
Closing.