Skip to content

Commit dcb58d3

Browse files
phernandezgroksrc
andauthored
Update src/basic_memory/mcp/tools/search.py
Co-authored-by: Drew Cain <groksrc@users.noreply.github.com> Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
1 parent 770125b commit dcb58d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/mcp/tools/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async def search_notes(
229229
230230
### Basic Searches
231231
- `search_notes("my-project", "keyword")` - Find any content containing "keyword"
232-
- `search_notes("work-docs", "exact phrase")` - Search for exact phrase match
232+
- `search_notes("work-docs", "'exact phrase'")` - Search for exact phrase match
233233
234234
### Advanced Boolean Searches
235235
- `search_notes("my-project", "term1 term2")` - Find content with both terms (implicit AND)

0 commit comments

Comments
 (0)