OWASP / OWASP/Nest

Improve search bar funcionality based on real life requirements

Open
#769 11 comments 0 reactions 0 assignees View on GitHub
backend frontend
Dominant language
Python
Stars
451
Forks
702
Avg merge
22h 59m
Merged PRs (30d)
91

Description

**Is your feature request related to a problem? Please describe.**
OWASP Nest search/filtering/ranking/sorting is crucial part of the functionality. Finally we're at the point where we understand how it should be implemented.

**Describe the solution you'd like**
We need to improve the search bar component tackling multiple problems:
- search request should go through the backend instead of direct algolia hits (more control, no unwanted interaction)
- in-house developed auto-suggestions (again, more control over the behavior, but requires also more work)
- text filtering for all entities (some work has been done [here](https://github.com/OWASP/Nest/pull/448))

This is combined into a single task to avoid merge conflicts and any misunderstandings leading to incompatibility and eventually more work.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.