5.10 The text_search tool

Plain substring search (case-insensitive). Useful for direct lookup when you already know roughly what to find. Indexed via pg_trgm so partial matches are fast.

5.10.1 Inputs

text

Required string. The substring to find.

limit

Integer. Optional, default 20.

5.10.2 Output

Same shape as list_memories.

5.10.3 Errors

INVALID_INPUT, DATABASE_ERROR.