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
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:
Navigate to search feature.
Enter the domain search "Awesome" (exact domain names are required).
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.
Add any screenshots of the problem here.
The text was updated successfully, but these errors were encountered:
🐛 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:
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.
Add any screenshots of the problem here.
The text was updated successfully, but these errors were encountered: