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
Searchbar is not working fine in some ways. The different problems are listed below (I was on the landing page while processing these searches), as I type the query and simply press Enter, thus passing a query:
Type "Offensive Security" or "C Programming", for example = opens up a search page with only a few links and with the search query rawly displayed in the place of the Category name. Also, the informations in the info button won't show any description on hover.
Type "Web Security" = a page with the description "Resources [...] Couldn't find what you're looking for? Feel free to seek
assistance in our Discord community." appears, also with the search query displayed in the place of the category and the info button won't display description on hover.
Type "javascript" = 404 not found (although there are many links with "javascript" on title)
Btw, for the seemingly right way: type "Authentication" ou "authentication" and see the results: this seems to be the right way to display them.
Changes proposed
Fix the bugs described (info buttons, 404 for JS and search queries displaying on interface)"
I suggest we also start considering at least category name matches for the search, with results by category appearing after the results which matched by links. This would prevent cases like item 2 (Web Security), which really has no links with "web security" on title, but has a lot of links under this category, or like "Offensive Security", which shows only one link. Imo, it should show in order: A) Links matching the text typed on searchbar; B) Links under categories matching the text typed.
Please only work on an issue if you're assigned; otherwise, the PR will be automatically closed.
Our review team will carefully assess the issue and reach out to you soon! 😇
We appreciate your patience!
Description
The issue
Searchbar is not working fine in some ways. The different problems are listed below (I was on the landing page while processing these searches), as I type the query and simply press
Enter
, thus passing a query:assistance in our Discord community." appears, also with the search query displayed in the place of the category and the info button won't display description on hover.
Btw, for the seemingly right way: type "Authentication" ou "authentication" and see the results: this seems to be the right way to display them.
Changes proposed
I'm interested in being assigned to work on this.
Checklist
The text was updated successfully, but these errors were encountered: