Skip to content

Commit c902f01

Browse files
committed
feat: remove beta info for the advanced search
1 parent 2b1f992 commit c902f01

File tree

9 files changed

+1
-18
lines changed

9 files changed

+1
-18
lines changed

docs/guides/advanced_search.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Advanced Search
22

3-
!!! note "Notes"
4-
This feature is currently in **Beta**, and its syntax may change in future releases until it becomes fully stable.
5-
6-
To keep the deployment process simple and avoid introducing additional components into the architecture—such as ElasticSearch—we have opted to use raw SQL queries with the existing PostgreSQL database. This decision follows the [KISS](https://en.wikipedia.org/wiki/KISS_principle) principle. However, we acknowledge that this approach may have performance limitations. In the future, we will evaluate whether to maintain this architecture or transition to a more specialized and efficient solution if the project's needs evolve.
7-
83
## Overview
94

105
The **Advanced Search** feature in OpenCVE allows users to precisely target the CVEs they are looking for by offering greater flexibility and control. Instead of relying on broad searches, users can filter CVEs based on specific criteria, enabling them to focus on the vulnerabilities that matter most to their organization or projects.
@@ -17,12 +12,6 @@ This feature is particularly useful for security professionals who need to:
1712
- Refine search results to avoid irrelevant CVEs.
1813
- Combine multiple conditions to create complex search queries.
1914

20-
## Enabling Advanced Search
21-
22-
To enable the advanced search feature, click on the following icon in the [CVEs listing page](https://app.opencve.io/cve/):
23-
24-
![Advanced Search Switch Button](../images/guides/advanced_search/advanced-search-switch-button.png){.center style="width:85%"}
25-
2615
By default, the search bar accepts a single keyword, which will automatically search within the **description** field of the CVEs.
2716

2817
For example, searching for the keyword python will return all CVEs that mention "python" in their description:
@@ -173,9 +162,3 @@ This limitation helps prevent excessive load on the database. If this restrictio
173162

174163
!!! tip
175164
You can update this value with the `CVES_ADVANCED_SEARCH_MAX_FIELDS` setting if you manage your own OpenCVE instance.
176-
177-
## Beta Status & Future Plans
178-
179-
The Advanced Search feature is currently in **Beta**, meaning that its syntax and capabilities may change in future releases. Feedback from users will help shape improvements to the system, including potential performance optimizations and new search capabilities.
180-
181-
If you encounter any issues or have suggestions, feel free to share your feedback with the OpenCVE team on [Github issues](https://github.com/opencve/opencve/issues).

docs/images/favicon.ico

13.6 KB
Binary file not shown.
-1.77 KB
Loading
3.95 KB
Loading
10.1 KB
Loading
Binary file not shown.
-410 KB
Loading

docs/images/logo.png

5.02 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edit_uri: ""
66

77
theme:
88
logo: images/logo.png
9-
favicon: images/favicon.png
9+
favicon: images/favicon.ico
1010
name: 'material'
1111
palette:
1212
accent: blue

0 commit comments

Comments
 (0)