Everywhere All articles Download

How macOS actually works

Core Spotlight, for the curious

Updated 2026-07-31 · 4 min read

Why can you find a Things to-do in Spotlight but not a note from another app? One framework, opted into or not.

The framework

Core Spotlight lets an app donate its content to the system index — to-dos, notes, messages, documents held in a database rather than as files. The app describes each item (title, keywords, content) and Spotlight indexes it like anything else.

This is why Things tasks, some Notes, and certain app records appear in Spotlight despite not being files: the app opted in and donated them.

Why some apps appear and others do not

Purely a developer choice. An app storing data in a database (not files) is invisible to search unless it adopts Core Spotlight. Many do not bother, which is why a note in one app is findable and an identical note in another is not.

The related pieces

format, teaching Spotlight to read them

Seeing what an app donated

mdfind "kMDItemContentType == 'com.apple.corespotlight.item'"

Lists items donated via Core Spotlight — often surprisingly many, from apps you did not realise participated.

Why this matters for finding things

It explains an otherwise baffling inconsistency: search coverage depends on each app's choices, not on a uniform rule. Two note apps, two behaviours. A file-based search tool sidesteps the whole question for anything stored as files — but genuinely app-internal data (a task with no file) is reachable only if that app donated it, by any tool. Knowing which of your apps keep data as files versus in databases predicts what you will and will not be able to find.

Common questions

Why can I find some apps' data in Spotlight but not others'?

Apps storing data in databases must opt into Core Spotlight to be searchable. Many don't, so coverage is per-app, not universal.

What is a Spotlight importer?

A plugin teaching Spotlight to read a custom file format's contents, distinct from Core Spotlight which donates non-file items.

Find any file before you finish typing

Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.

Download for Mac

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support