Open
Description
Problem Description
When I am searching for the documentation for a function, say fooBarFunction()
, I will often type foo bar function
into the search box in order to save time. When I do this, the function will often be significantly lower in the results list, even if what I have typed is an exact match (excluding the way words are split).
Proposal
Searching for a function using multiple words should prioritise functions with that exact name, even if the function uses a different capitalisation convention to the search query.
Additional context
The correct result is 7th in the list
If I have time, I'll be happy to work on a PR for this.