mirror of
https://github.com/simon987/sist2.git
synced 2025-12-14 07:49:06 +00:00
SQLite search backend
This commit is contained in:
@@ -76,6 +76,7 @@ typedef struct {
|
||||
char *es_url;
|
||||
es_version_t *es_version;
|
||||
char *es_index;
|
||||
database_t *search_db;
|
||||
int es_insecure_ssl;
|
||||
int index_count;
|
||||
char *auth_user;
|
||||
@@ -93,6 +94,7 @@ typedef struct {
|
||||
struct index_t indices[256];
|
||||
char lang[10];
|
||||
int dev;
|
||||
int search_backend;
|
||||
} WebCtx_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user