1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

12.0 integrate filename seasearch (#6412)

* seafevents integrate filename seasearch

* feat: integrate filename seasearch

* control seasearch open and close at seafevents conf

* fix post redundant api

* feat/seasearch: change seasearch control option

* cancel seasearch url verify

* fix bug

* add es search control  field

* delete redundant seafile ai code

* update

---------

Co-authored-by: ‘JoinTyang’ <yangtong1009@163.com>
This commit is contained in:
cir9no
2024-07-25 14:17:24 +08:00
committed by GitHub
parent 113a88d850
commit 24ad6cda3e
14 changed files with 48 additions and 469 deletions

View File

@@ -98,8 +98,9 @@ export const enablePDFThumbnail = window.app.pageOptions.enablePDFThumbnail;
export const enableOnlyoffice = window.app.pageOptions.enableOnlyoffice || false;
export const onlyofficeConverterExtensions = window.app.pageOptions.onlyofficeConverterExtensions || [];
// seafile_ai
export const enableSeafileAI = window.app.pageOptions.enableSeafileAI || false;
// search
export const enableElasticsearch = window.app.pageOptions.enableElasticsearch || false;
export const enableSeasearch = window.app.pageOptions.enableSeasearch || false;
// dtable
export const workspaceID = window.app.pageOptions.workspaceID;