You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify the database connection that should be used to access indexed documents in the Laravel Scout configuration file `config/scout.php`:
55
104
56
105
```php
@@ -69,8 +118,6 @@ Specify the database connection that should be used to access indexed documents
69
118
...
70
119
```
71
120
72
-
## Configuration
73
-
74
121
### Configuring PostgreSQL
75
122
76
123
Make sure that an appropriate [default text search configuration](https://www.postgresql.org/docs/9.5/static/runtime-config-client.html#GUC-DEFAULT-TEXT-SEARCH-CONFIG) is set globbaly (in `postgresql.conf`), for a particular database (`ALTER DATABASE ... SET default_text_search_config TO ...`) or alternatively set `default_text_search_config` in each session.
0 commit comments