move files in apiFullTextSearch
This commit is contained in:
+2
-2
@@ -150,9 +150,9 @@ config = {
|
|||||||
"OCIS_ADD_RUN_SERVICES": "antivirus",
|
"OCIS_ADD_RUN_SERVICES": "antivirus",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"apiFullTextSearch": {
|
"apiSearch": {
|
||||||
"suites": [
|
"suites": [
|
||||||
"apiFullTextSearch",
|
"apiSearch",
|
||||||
],
|
],
|
||||||
"skip": False,
|
"skip": False,
|
||||||
"tikaNeeded": True,
|
"tikaNeeded": True,
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ default:
|
|||||||
- NotificationContext:
|
- NotificationContext:
|
||||||
- OCSContext:
|
- OCSContext:
|
||||||
- PublicWebDavContext:
|
- PublicWebDavContext:
|
||||||
- SearchContext:
|
|
||||||
- TagContext:
|
- TagContext:
|
||||||
- TUSContext:
|
- TUSContext:
|
||||||
- SpacesTUSContext:
|
- SpacesTUSContext:
|
||||||
@@ -62,7 +61,6 @@ default:
|
|||||||
- FilesVersionsContext:
|
- FilesVersionsContext:
|
||||||
- OCSContext:
|
- OCSContext:
|
||||||
- PublicWebDavContext:
|
- PublicWebDavContext:
|
||||||
- SearchContext:
|
|
||||||
- TrashbinContext:
|
- TrashbinContext:
|
||||||
- WebDavPropertiesContext:
|
- WebDavPropertiesContext:
|
||||||
- TUSContext:
|
- TUSContext:
|
||||||
@@ -115,11 +113,9 @@ default:
|
|||||||
- FilesVersionsContext:
|
- FilesVersionsContext:
|
||||||
- OCSContext:
|
- OCSContext:
|
||||||
- PublicWebDavContext:
|
- PublicWebDavContext:
|
||||||
- SearchContext:
|
|
||||||
- TUSContext:
|
- TUSContext:
|
||||||
- SpacesTUSContext:
|
- SpacesTUSContext:
|
||||||
- OcisConfigContext:
|
- OcisConfigContext:
|
||||||
- TagContext:
|
|
||||||
- TrashbinContext:
|
- TrashbinContext:
|
||||||
|
|
||||||
apiCors:
|
apiCors:
|
||||||
@@ -195,9 +191,9 @@ default:
|
|||||||
- PublicWebDavContext:
|
- PublicWebDavContext:
|
||||||
- ArchiverContext:
|
- ArchiverContext:
|
||||||
|
|
||||||
apiFullTextSearch:
|
apiSearch:
|
||||||
paths:
|
paths:
|
||||||
- '%paths.base%/../features/apiFullTextSearch'
|
- '%paths.base%/../features/apiSearch'
|
||||||
context: *common_ldap_suite_context
|
context: *common_ldap_suite_context
|
||||||
contexts:
|
contexts:
|
||||||
- SettingsContext:
|
- SettingsContext:
|
||||||
@@ -210,6 +206,7 @@ default:
|
|||||||
- FilesVersionsContext:
|
- FilesVersionsContext:
|
||||||
- OCSContext:
|
- OCSContext:
|
||||||
- TrashbinContext:
|
- TrashbinContext:
|
||||||
|
- TagContext:
|
||||||
|
|
||||||
apiReshare:
|
apiReshare:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
Feature: full text search
|
Feature: content search
|
||||||
As a user
|
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
|
So that I can find the files with the content I am looking for
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
Feature: full text search
|
Feature: tag search
|
||||||
As a user
|
As a user
|
||||||
I want to do full text search
|
I want to do search resources by tag
|
||||||
So that I can find the files with the content I am looking for
|
So that I can find the files with the tag I am looking for
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given user "Alice" has been created with default attributes and without skeleton files
|
Given user "Alice" has been created with default attributes and without skeleton files
|
||||||
Reference in New Issue
Block a user