# I cannot search Pronominal (you, me, they, he etc.)

**URL:** <https://meta.discourse.org/t/i-cannot-search-pronominal-you-me-they-he-etc/44422>\
**Category:** Support\
**Created:** [18.Май.2016 05:01:20 UTC](https://meta.discourse.org/t/i-cannot-search-pronominal-you-me-they-he-etc/44422 "2016-05-18T05:01:20Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![saori](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saori/32/55880_2.png) [@saori](https://meta.discourse.org/u/saori)\
**Post date:** [18.Май.2016 05:01:20 UTC](https://meta.discourse.org/t/i-cannot-search-pronominal-you-me-they-he-etc/44422/1 "2016-05-18T05:01:20Z")

</div>

I’am creating my own dictionary using Discourse.

When I search almost of the words (watch, see, eat, play etc.) using Search mark 🔎 within my website, these words can be shown successfully.  
However,when I search pronominal (for example, you, me, they, he, she etc.), there’s no search result (but these words exist). I don’t know what’s wrong.

If someone know how to fix it, please tell me.

Thank you!

---

<div class="post-metadata">

**Author:** ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)\
**Post date:** [18.Май.2016 10:25:58 UTC](https://meta.discourse.org/t/i-cannot-search-pronominal-you-me-they-he-etc/44422/2 "2016-05-18T10:25:58Z")

</div>

There is a topic on this already, it has to do with how postgres indexes search terms.

> [@SQL: The most N used words per user (speak their language!)](https://meta.discourse.org/t/sql-the-most-n-used-words-per-user-speak-their-language/38556/12):
>
> List of stop words here for reference: [https://apt-browse.org/browse/ubuntu/trusty/main/i386/postgresql-9.3/9.3.4-1/file/usr/share/postgresql/9.3/tsearch\_data/english.stop](https://apt-browse.org/browse/ubuntu/trusty/main/i386/postgresql-9.3/9.3.4-1/file/usr/share/postgresql/9.3/tsearch_data/english.stop) The idea is that these words appear in “most” English “texts” regardless of subject.

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [18.Май.2016 10:27:38 UTC](https://meta.discourse.org/t/i-cannot-search-pronominal-you-me-they-he-etc/44422/3 "2016-05-18T10:27:38Z")

</div>


