# Some flaky experience when searching

**URL:** https://meta.discourse.org/t/some-flaky-experience-when-searching/410429
**Category:** Support
**Tags:** search
**Created:** [August 19, 2026, 11:39am UTC](https://meta.discourse.org/t/some-flaky-experience-when-searching/410429 "2026-08-19T11:39:18Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [August 19, 2026, 2:22pm UTC](https://meta.discourse.org/t/some-flaky-experience-when-searching/410429/5 "2026-08-19T14:22:34Z")

</div>

Yes, this is correct… you can’t search for `it` at all… if you try it here you get no results. Words that are likely to appear an extreme number of times (I, the, a, pronouns, etc) are excluded from indexing because they appear too often to provide meaningful differentiation.

> [@sk-or-v1-contents](#):
>
> try finding [this post](https://try.discourse.org/t/test-posttitle-must-be-at-least-15-characters/1504) by searching `we don't`

same here, `we` and `don't` (technically `don` and `t`) are not indexed

> [@sk-or-v1-contents](#):
>
> And searching `“just-use-interface{}/object; we don’t need generics”` or `"just-use- interface{} / object ; we don't need generics"` can’t find it

this situation is a little different… for:

`"just-use- interface{} / object ; we don't need generics"`

that will never work, the quotes request an exact match and the spaces make it not an exact match

in the case of searching for:

`"just-use-interface{}/object; we don't need generics"`

the original post text contains a fancy quote (`don’t`) but search strips those out, so you can’t ever return an exact match for one… this means posts and search aren’t exactly symmetrical which is maybe something that could be improved

> [@sk-or-v1-contents](#):
>
> But searching `just-use- interface{} / object ; we don't need generics` can find it

this is because without the quotes around it, you’re not searching for an exact match so it picks up the terms “interface” “object” “need” “generics” and that post is the best match for those terms

---

_[View the full topic](https://meta.discourse.org/t/some-flaky-experience-when-searching/410429)._
