You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard Disclaimer: I am unsure if this issue belongs in this repository or in another sister repository. If this is NOT the right place, please point me to the correct repository.
Type something (e.g. Unpinned) on the search input box, and click the "Search" button.
Observe what happens on the page as well as the browser console.
Actual Results
Nothing happens on the page. The browser console shows the following error every time the "Search" button is clicked:
search.html:101
Uncaught ReferenceError: addsearch is not defined
at HTMLButtonElement.onclick (search.html:101:84)
onclick @ search.html:101
Expected Results
The search results corresponding to the searched terms should appear on the page.
Or if no search results are available, the page should indicate that information too.
CodeQL library search page is broken
The search functionality on the CodeQL library search page at https://codeql.github.com/codeql-standard-libraries/search.html is broken. When attempting to search, the page does NOT do anything.
Important
Standard Disclaimer: I am unsure if this issue belongs in this repository or in another sister repository. If this is NOT the right place, please point me to the correct repository.
Steps to reproduce
Unpinned) on the search input box, and click the "Search" button.Actual Results
Nothing happens on the page. The browser console shows the following error every time the "Search" button is clicked:
Expected Results
The search results corresponding to the searched terms should appear on the page.
Or if no search results are available, the page should indicate that information too.
Screenshots