Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Search Domains Returns Unrelated Results #306

Open
chrtorres opened this issue May 29, 2024 · 0 comments
Open

UI: Search Domains Returns Unrelated Results #306

chrtorres opened this issue May 29, 2024 · 0 comments
Labels
bug This issue or pull request addresses broken functionality

Comments

@chrtorres
Copy link
Collaborator

🐛 Summary

The current functionality of searching by “domain, vuln type, port, service, and IP” is not working as expected. Specifically, when entering a domain search, the search results are greater than the intended results. The results returned are being tied to the results per page, which in most cases is greater than the number of domains expected in the search result.

There are bugs with searching by port and vulnerabilities that can be found in issue #21

To reproduce

Steps to reproduce the behavior:

  1. Navigate to search feature.
  2. Enter the domain search "Awesome" (exact domain names are required).
  3. Scroll through past the intended results

Expected behavior

When searching by domain, only the results matching that domain name should appear.

Actual behavior

When a search is entered, the initial results may be the domain requested. After that, the page is populated with domains equal to the size of the actual search. For example, if "Awesome" yielded 11 results, the dashboard gets populated with 22 total results, with the rest being filler content.

Any helpful log output or screenshots

In this screenshot, "Awesome" yields 11 actual results, but displays 22 total results.
Screenshot 2024-05-29 at 10 28 33 AM

Add any screenshots of the problem here.

@chrtorres chrtorres added bug This issue or pull request addresses broken functionality frontend and removed frontend labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality
Projects
None yet
Development

No branches or pull requests

1 participant