move files in apiFullTextSearch

This commit is contained in:
nabim777
2023-08-29 14:51:48 +05:45
parent 0aac1cc2a8
commit 93965cce40
5 changed files with 10 additions and 13 deletions

View File

@@ -151,9 +151,9 @@ config = {
"OCIS_ADD_RUN_SERVICES": "antivirus",
},
},
"apiFullTextSearch": {
"apiSearch": {
"suites": [
"apiFullTextSearch",
"apiSearch",
],
"skip": False,
"tikaNeeded": True,

View File

@@ -41,7 +41,6 @@ default:
- NotificationContext:
- OCSContext:
- PublicWebDavContext:
- SearchContext:
- TagContext:
- TUSContext:
- SpacesTUSContext:
@@ -62,7 +61,6 @@ default:
- FilesVersionsContext:
- OCSContext:
- PublicWebDavContext:
- SearchContext:
- TrashbinContext:
- WebDavPropertiesContext:
- TUSContext:
@@ -115,11 +113,9 @@ default:
- FilesVersionsContext:
- OCSContext:
- PublicWebDavContext:
- SearchContext:
- TUSContext:
- SpacesTUSContext:
- OcisConfigContext:
- TagContext:
- TrashbinContext:
apiCors:
@@ -195,9 +191,9 @@ default:
- PublicWebDavContext:
- ArchiverContext:
apiFullTextSearch:
apiSearch:
paths:
- '%paths.base%/../features/apiFullTextSearch'
- '%paths.base%/../features/apiSearch'
context: *common_ldap_suite_context
contexts:
- SettingsContext:
@@ -210,6 +206,7 @@ default:
- FilesVersionsContext:
- OCSContext:
- TrashbinContext:
- TagContext:
apiReshare:
paths:

View File

@@ -1,6 +1,6 @@
Feature: full text search
Feature: content search
As a user
I want to do full text search
I want to do search resources by content
So that I can find the files with the content I am looking for
Background:

View File

@@ -1,7 +1,7 @@
Feature: full text search
Feature: tag search
As a user
I want to do full text search
So that I can find the files with the content I am looking for
I want to do search resources by tag
So that I can find the files with the tag I am looking for
Background:
Given user "Alice" has been created with default attributes and without skeleton files