"Rekall — where you go to get a memory back." The read surface (Phase 1) lets an agent traverse the graph in one hop, but it can't find the right starting node from a fuzzy human phrase. Phase 2 is retrieval: a ranked, typo-tolerant full-text index over post content — title, excerpt, body, block text.
The honest frame: this is ease, not a new capability. Search already sort of worked two ways — entgql contains filters (SQL LIKE, unranked) and the raw-SQL MCP tool (arbitrary but agent-driven). What Phase 2 adds is quality of retrieval: trigram fuzzy matching, relevance ranking, and a trigger-fresh index — so "coktail" finds "cocktail" and the best hit comes first. Verdict pattern kept honest: necessary-but-not-sufficient — ranked FTS narrows the field, the graph traversal does the rest.