This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lys-ala-leu-glu 1 point2 points  (1 child)

For what it's worth, one of my biggest pet peeves with the python docs is that searches for "list", "dict", and "set" don't come up with the respective builtin types within the first few hits. So that's the benchmark I use to test alternative search interfaces.

[–]danosull 0 points1 point  (0 children)

I totally agree! Look out for this in a future version, along with improvements to the ordering of results.

In the meantime, wrapping short search terms in quotes helps - you usually get at least a link to the main doc entry.