Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions x-api/posts/search/integrate/operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Operators are used to match on specific Post attributes. There are two types:
|:---------|:-----|:--------|:--------|
| `url:` | Standalone | Tokenized match on URL (matches `url` or `expanded_url` fields) | `url:"https://developer.twitter.com"` |

<Warning>
Following the May 4, 2026 migration of the search endpoints to the new search index, `url:` queries can miss some original Posts that link to a matching URL. Affected Posts return the URL in `entities.urls.expanded_url` on `GET /2/tweets/:id`, but are absent from both search results and counts. This is a known indexing issue. See the [developer community discussion](https://devcommunity.x.com/t/274073) for details. To confirm whether a specific Post links to a URL, retrieve it directly with `GET /2/tweets/:id`.
</Warning>

---

## Context and entity operators
Expand Down