Skip to main content

search_memory

Function search_memory 

Source
pub fn search_memory(
    query: &MemorySearchQuery,
) -> Result<Vec<MemoryMatch>, MemoryError>
Expand description

Search the same documents show_memory reports, line by line.

No engine: a case-insensitive substring scan, or a regular expression when regex is set.