Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? Reproduce FFIND range functionality with FSEARCH

In my Python project, when I run

FFIND /[!.venv] /slvt"monkeypatching" *.py

I only get the mentions to monkeypatching in my own code.

However, if I run

FSEARCH /[!.venv] /svlpt"monkeypatching" *.py

I get all the mentions in monkeypatching in all the libraries under .venv plus the ones in my own code.

Am I missing something?
 
Back
Top