Including stop words when searching

Okay, I realized I can easily do this by adding this line to the custom commands section of app.yml:

  - exec: truncate -s0 /usr/share/postgresql/10/tsearch_data/spanish.stop
2 Likes