# Including stop words when searching

**URL:** https://meta.discourse.org/t/including-stop-words-when-searching/127134
**Category:** Support
**Created:** [August 29, 2019, 3:28pm UTC](https://meta.discourse.org/t/including-stop-words-when-searching/127134 "2019-08-29T15:28:02Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Nacho\_Caballero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nacho_caballero/32/130189_2.png) [@Nacho\_Caballero](https://meta.discourse.org/u/Nacho_Caballero)
#### Post date: [October 20, 2019, 10:41am UTC](https://meta.discourse.org/t/including-stop-words-when-searching/127134/4 "2019-10-20T10:41:03Z")

</div>

> [@Nacho\_Caballero](#):
>
> Is there a way to ensure this command gets run after every rebuild?

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

```

---

_[View the full topic](https://meta.discourse.org/t/including-stop-words-when-searching/127134)._
