-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revisit: browser.urlbar.maxRichResults #125
Comments
The commit is about |
EDIT: and I have not seen that when true any auto complete would do some magic, except that the search works |
Can confirm. Weird! Thanks for pointing that out mate!
If I type in a "g" for example then it autocompletes to ghacks.net for me, because I have ghacks.net in either my bookmarks or history and it has the most "points" so to speak. The points are accumulated based on the "bonuses" from |
and more than 10 also didn't make sense |
We tested it in FF52 at the time I think, maybe they fixed it again in FF53 idk. |
I have the same setting as I had here #63 (comment) |
I get the same results as @Thorin-Oakenpants in his tests above, in Firefox 45.9.0 ESR (Debian). |
No, I'm using my main FF but I have the 3 |
your main FF has the 3 browser.urlbar.suggest.* prefs disabled though, right? 0850c |
Ok so with a copy of my FF53 profile in a portable FF53 and with all my addons removed, I still get the same results i.e. maxrich is ignored. browser.urlbar.autocomplete.enabled;false however stops the dropdown completely. I'll try to figure out how to get an EXACT match with maxrich. |
With maxrich=0 it works for some characters but not for others. for example "a", "b", "c" all only show the visit with/search with, but "g" and "h" shows some entries. And it's the same in my main FF. edit: yeah, most likely something to do with the bonuses because it's always my most visited pages that are displayed and seem to overwrite maxrich=0 edit2: you can test this yourself. set maxrich to 10 and find an entry that's listed last, then open that page in a NORMAL window and reload the site a couple times until it's listed at the top, then set maxrich=0 and see if you reached the bonuses required to overwrite maxrich=0 edit3: there's a test file that tests for "frecency" (bonuses) in relation to maxrich. It also sets 2 hidden prefs that could have something to do with the behavior we noticed (line 219+) |
same as @earthlng and I also didn't do any css customs |
So if you use PB a lot, chances are that none of your bookmarks or history will have high bonuses and therefore maxrich=0 seems to work correctly but if you do have entries with high bonuses then maxrich=0 is ignored for those entries. That's my working theory right now and unless someone can proof otherwise, I think that's what we're witnessing here |
But I think we should comment out browser.urlbar.autocomplete.enabled because as @crssi mentioned the search "keywords" don't work otherwise. That's not the same as keyword.enabled;false btw. - the search keywords still work regardless of keyword.enabled How do you search Pants? since you seem to use browser.urlbar.autocomplete.enabled;false. |
Options > Search > there you can define "keywords" for use in the urlbar for every search engine |
I don't use keywords. and after those you do: The both |
you should try it. Makes it a lot easier to search directly where you want to search. Fe. I have "y" for youtube, "s" for startpage, "x" for ixquick, "w" for wikipedia etc |
or remove 0850a because it seems to be the master switch and will be toggled automatically depending on 0850c |
I already did but okay let me try again. Assuming you still have the github pages in your test profile history/bookmarks that you pictured above. The last one in that list is "Learn how developers build software" so now you load that page over and over again until it makes it to the top of the dropdown list. Now that history entry will have a pretty high "frecency". Maybe do this for 2 or 3 pages that were previously at the bottom of the list. Now set maxrich=0 and type "g" or "git" again - if my theory is correct those pages should now get listed and effectively ignore maxrich=0. |
It's not the visit count that matters. One of my bookmarks that always shows up in the dropdown even with maxrich=0 has a visit count of 0! |
Afaik, PB doesn't update the bonuses unless you bookmark a page I think (EDIT: don't take my word for it - I only assume it doesn't because PB also doesn't store anything in History!). Look at
How should I know? :) |
right there in Options > Search -> double click the "keyword" column and type in a keyword. It can be a single letter or a string (numbers should also work, idk about other chars like underline or shit like that). |
As discussed in #208 The URL suggestion is controlled by browser.urlbar.autocomplete.enabled
That's the "Frecency" score that defines urls that should appear in the drop-down:
|
No, it's a fast/deep telemetry thing. I do not like it as its monitoring times are set at various ranges from minutes up to months. |
clarifies usage of maxRichResults and cases of aberrant number of items displayed
@nodiscc says (pyllyukko/user.js@116d986#commitcomment-22223673)
So I propose setting up a definitive test with steps to be reproduced, with screenshots of results, to be used in vanilla Firefox. I can test this on Windows. I would think that crssi, earthlng and my own results from earlier testing in which we all found
browser.urlbar.autocomplete.enabled
= 0 did not hide any history-bookmark-opentab suggestions was good.But to be sure, and to check the behavior is not different in linux, let's document it properly.
The text was updated successfully, but these errors were encountered: