finally getting accurate answers
This commit is contained in:
+5
-2
@@ -149,8 +149,11 @@ TOOLS_SECTION: str = (
|
||||
"path (without the source name) will not resolve. `grep` locates an "
|
||||
"exact string (case-insensitive) in the indexed documents and "
|
||||
"returns up to 20 matching `source/path:line: text` lines — a "
|
||||
"locator, not a context-adder: read the winner with `read`; for a "
|
||||
"normal search pass only `pattern` — its optional `path` argument "
|
||||
"locator, not a context-adder: read the winner with `read`. A grep "
|
||||
"pattern is a plain substring, NEVER a regex — '.*' and '\\.' are "
|
||||
"literal text there; if such a pattern returns no matches, retry "
|
||||
"with the plain text you expect to see. For a normal search pass "
|
||||
"only `pattern` — its optional `path` argument "
|
||||
"limits the search to one document you already know, by the same "
|
||||
"combined `source/path` string; never a source name — a bare "
|
||||
"document path (without the source name) will not resolve there "
|
||||
|
||||
Reference in New Issue
Block a user