You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
ok... suppose having the following files and contents:
file-foo
blah blah file trah
file-bar
other garbage
file-baz
yet other garbage
Now searching for "file", I would expect to get just file-foo with the relevant line highlighted.
Instead I get also file-bar and file-baz even that those do not contain "file" (besides in their name, which is not important).
It is not clear how to make it search matches only in the file contents.
Tried with text:foo and with body:foo and didn't work.
The text was updated successfully, but these errors were encountered: