# No search results are shown for stopwords

**URL:** <https://meta.discourse.org/t/no-search-results-are-shown-for-stopwords/46541>\
**Category:** Support\
**Created:** [2016年六月28日 02:19 UTC](https://meta.discourse.org/t/no-search-results-are-shown-for-stopwords/46541 "2016-06-28T02:19:43Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)\
**Post date:** [2016年六月28日 05:56 UTC](https://meta.discourse.org/t/no-search-results-are-shown-for-stopwords/46541/4 "2016-06-28T05:56:09Z")

</div>

Those are “stop” words

> **[12.6. Dictionaries](https://www.postgresql.org/docs/9.1/textsearch-dictionaries.html)**
>
> 12.6. Dictionaries # 12.6.1. Stop Words 12.6.2. Simple Dictionary 12.6.3. Synonym Dictionary 12.6.4. Thesaurus Dictionary 12.6.5. Ispell Dictionary 12.6.6. Snowball Dictionary …

> Stop words are words that are very common, appear in almost every document, and have no discrimination value. Therefore, they can be ignored in the context of full text searching. For example, every English text contains words like a and the, so it is useless to store them in an index. However, stop words do affect the positions in tsvector, which in turn affect ranking:

---

_[View the full topic](https://meta.discourse.org/t/no-search-results-are-shown-for-stopwords/46541)._
