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.