mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
move files in apiFullTextSearch
This commit is contained in:
@@ -151,9 +151,9 @@ config = {
|
||||
"OCIS_ADD_RUN_SERVICES": "antivirus",
|
||||
},
|
||||
},
|
||||
"apiFullTextSearch": {
|
||||
"apiSearch": {
|
||||
"suites": [
|
||||
"apiFullTextSearch",
|
||||
"apiSearch",
|
||||
],
|
||||
"skip": False,
|
||||
"tikaNeeded": True,
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user