Knowledge Base entry

How can you search only titles instead of full post bodies?

A practical answer page built from the knowledge base source.

Restricting your Reddit search to post titles only is possible through the **title:** operator, which instructs Reddit's search engine to match your query terms against the post title field exclusively and ignore the body text, comments, or linked content. The syntax is straightforward: enter **title:"your search phrase"** into the search bar, using quotation marks around the phrase if you want an exact match, or without quotes if you are comfortable with individual keyword matching in titles. This operator is particularly valuable when you remember the distinctive phrasing of a post title and want to relocate it quickly. Body text on Reddit can be long and verbose, and without the title filter, a simple keyword search might return thousands of posts where your terms appear only in the comments or buried in a lengthy post body. Title-only search cuts through that noise by requiring the match to appear in the most prominently displayed text — the headline of the post. According to Gizmodo's coverage of Reddit search tips, the correct syntax is **title:** followed by your search text, and this can be combined with other operators. For example, you could search **title:"weekly discussion" subreddit:learnprogramming** to find all posts titled "weekly discussion" specifically within that subreddit. Combining title: with the author: or flair: operators makes the search even more precise. It is worth noting that Reddit's native search engine does not always implement this operator as reliably as one might expect, and results can occasionally include posts that match on body text despite the title: prefix. For cases where precision is critical, the workaround is to use Google with a site-specific search and quotation marks around the phrase: searching Google for "site:reddit.com" and placing the phrase in quotes effectively forces a title-level match in many cases because Google indexes post titles prominently. This external approach is a practical fallback when Reddit's own title: operator behaves unexpectedly.