On Dec 16, 6:40 pm, Sam <[email protected]> wrote: > Thanks for your reply. I apologize for not recognizing my first issue > to be not an issue at all. > > What I originally intended to talk about was my second issue anyway. > About the bug, why not just rank any site even when it's searched? For > example, every time you search "answers.com" it will be ranked, just > the same as when you go to "answers.yahoo.com".
This is the easiest option that makes the problem go away., but it would be nice to have a more elegant solution since it makes the data inconsistent. Normal history is a rolling window of the last 90 days, and we track every visit to every site and keep the autocomplete ranking for it. As those visits expire, we adjust the ranking. Just adding one to the visit count when you do a keyword search would mess this up since we wouldn't be able to expire them properly. There has been some discussion and I've heard people talking about generating the keyword results a little differently so we don't have to rely on the site being in history to get suggested. This solves several problems, but hasn't been implemented yet. Brett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
