diff --git a/services/search/README.md b/services/search/README.md index 2719b07d9..9664433f3 100644 --- a/services/search/README.md +++ b/services/search/README.md @@ -57,7 +57,7 @@ When using the Tika container and docker-compose, consider the following: * See the [ocis_wopi](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_wopi) example. * Containers for the linked service are reachable at a hostname identical to the alias or the service name if no alias was specified. -If using `tika` extractor, make sure to also set `FRONTEND_FULL_TEXT_SEARCH_ENABLED` in the frontend service. This will tell the webclient that full-text search is enabled. +If using the `tika` extractor, make sure to also set `FRONTEND_FULL_TEXT_SEARCH_ENABLED` in the frontend service to `true`. This will tell the webclient that full-text search has been enabled. ## Search Functionality