Add an 'enable' flag in the server configuration to enable gql-based searches

"extensions": {
        "search": {
            "enable": true
        }
    }
This commit is contained in:
Andrei Aaron
2021-06-08 21:37:31 +03:00
committed by Ramkumar Chinchani
parent c1dd7878e4
commit 792e82cbdf
10 changed files with 69 additions and 13 deletions
+1
View File
@@ -12,6 +12,7 @@
},
"extensions": {
"search": {
"enable": true,
"cve": {
"updateInterval": "24h"
}
+1
View File
@@ -29,6 +29,7 @@
},
"extensions": {
"search": {
"enable": true,
"cve": {
"updateInterval": "24h"
}