Changes for page Owncloud Infinite Scale

Last modified by chrisby on 2024/03/03 14:53

From version 1.1
edited by chrisby
on 2023/09/03 18:52
Change comment: There is no comment for this version
To version 2.2
edited by chrisby
on 2023/09/03 18:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Owncloud Infinite Scale (with Full-Text Search)
1 +Owncloud Infinite Scale (with Full Text Search)
Content
... ... @@ -1,4 +1,4 @@
1 -Owncloud Infinite Scale (OCIS) can be used as file cloud and it is very easy to integrate full-text search.
1 +Owncloud Infinite Scale (OCIS) can be used as a file cloud and it is very easy to integrate full text search using a "tika" server. See also the [[Owncloud clients>>https://owncloud.com/desktop-app/]].
2 2  
3 3  
4 4  **docker-compose.yml**
... ... @@ -64,7 +64,7 @@
64 64   restart: unless-stopped
65 65  {{/code}}
66 66  
67 -* Obtain the admin password via {{code language="bash"}}docker logs ocis 2>&1 | grep password{{/code}}.
67 +* Obtain the admin password via {{code language="bash"}}docker logs ocis 2>&1 | grep password{{/code}}.
68 68  * Go to  {{code language="none"}}https://<your-domain>{{/code}} and login as "admin" using the password you have just received.
69 69  * (((
70 70  For example, to test the full-text search feature, simply upload a file called "test.txt" containing "hello". Now search for "hello" in the search bar at the top. The result should be an empty list, as the default search only looks for file names. But you can enable "Search in content only". Now "text.txt" should be found.