Skip to content

Commit 86d3d06

Browse files
committed
feat: add a section about query builder in the advanced search guide
Signed-off-by: Nicolas Crocfer <[email protected]>
1 parent dd75553 commit 86d3d06

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

docs/guides/advanced_search.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,26 @@ To search all CVE in 1999's:
112112
cve:CVE-1999
113113
```
114114

115+
## Query Builder
116+
117+
If you're not comfortable writing advanced queries manually, OpenCVE provides a **Query Builder** to help you.
118+
119+
![Query Builder](../images/guides/advanced_search/query-builder.png){.center style="width:100%"}
120+
121+
This form-based tool allows you to create a query by simply filling in the fields you care about: **CVE ID**, **Description**, **Title**, **CWE**, **Vendor**, **Product**, **User Tag**, or **CVSS Score**.
122+
123+
The Query Builder will then generate the equivalent advanced query using the **AND operator** between each field.
124+
125+
Note:
126+
127+
- The builder does not support `OR` logic—only `AND`.
128+
- It cannot reverse-engineer an existing query into the form.
129+
130+
Look for the **Query Builder** buttons when performing advanced searches on the [vulnerabilities](https://app.opencve.io/cve/) page:
131+
132+
![Open Query Builder](../images/guides/advanced_search/open-query-builder.png){.center style="width:100%"}
133+
134+
115135
## Search Limitations
116136

117137
To ensure optimal performance, advanced search queries are currently limited to **a maximum of 5 fields**. If a query exceeds this limit, it will be rejected with an error message
70.4 KB
Loading
413 KB
Loading

0 commit comments

Comments
 (0)