flake8
passed.
JSHint
passed.
Review Request #12484 — Created July 25, 2022 and submitted
The search box in the upper right uses the search API for its
auto-complete. This was just doing the API request with the query and
then pulling out the information it needs, but the results from that API
request includes a whole lot of stuff that we really don't care about.
This change adds limiting to that API request so we only get the data
which is used to display the search results in the drop-down, along with
the URL.
Summary | ID |
---|---|
713d0452c45830e62617b166a4c56a298c2e9f31 |