Topic on Talk:Phabricator/Help

FriedhelmW (talkcontribs)

When selecting a project, the list will only show five matching projects. Why is this limitation? Why not twenty or all?

AKlapper (WMF) (talkcontribs)

When someone in Phabricator development decided it is 5 there probably were no people argumenting that it should be 20 (or they had no convincing arguments). :)

If you want to change the value locally in your browser:

JX.TypeaheadSource.prototype.setMaximumResultCount(20);

FriedhelmW (talkcontribs)

I see this is phab:T75737. Where should I put above JavaScript?

AKlapper (WMF) (talkcontribs)
FriedhelmW (talkcontribs)

That won't work in all browsers. Is there a per-user file like common.js in Wikipedia?

AKlapper (WMF) (talkcontribs)

Which specific browser does this not work with? There is no per-user file.

FriedhelmW (talkcontribs)

Most Android browsers don't have a JavaScript console. I'm using "Opera Mobile Classic" occasionally.

AKlapper (WMF) (talkcontribs)

For such browsers I am not aware of some way to make such browsers locally show more than five projects.

Jeremyb (talkcontribs)

put this as the URL for a bookmark:

javascript:(function(){JX.TypeaheadSource.prototype.setMaximumResultCount(20)})()

and then visit that bookmark when you want to use the higher limit. (and you can substitute other values in place of 20)

Reply to "Selecting projects"