Code Monkey home page Code Monkey logo

Comments (3)

cboxdoerfer avatar cboxdoerfer commented on July 19, 2024

@Swedland, which version do you use, i.e. did you build FSearch from source or did you use the PPA, AUR target or the deb file?

Both * and ? are supported wildcards and should work as expected in normal search mode. But also 1605 should match files or folders like Backup 160522 without any wildcards:

Are you sure all the necessary folders are indexed?

from fsearch.

Swedland avatar Swedland commented on July 19, 2024

Thanks for the reply,
Yes, the HOME-folder are in the list.

I tested once again with "1605" and I got all Backup-folders with name "Backup 160522", "Backup 160525" and so on. That feels ok but why didn't '*1605' working?

When I tested the FSearch it was installed the minute before but in the lower right corner it had the number of indexed files, 17300 items.
Perhaps I never did test only '1605' without the astrix because I knew that it was a "Backup " infront of 1605? Still, I thought "*1605" should also find the folders and NOT only '1605'.

Happy to know more about this...

from fsearch.

cboxdoerfer avatar cboxdoerfer commented on July 19, 2024

I tested once again with "1605" and I got all Backup-folders with name "Backup 160522", "Backup 160525" and so on. That feels ok but why didn't '*1605' working?

Because that's not how wildcards are working. *1605 won't match Backup 160522 in Everything Search either.

  • *1605 matches everything which ends with 1605
  • 1605* matches everything which starts with 1605
  • *1605* matches everything which contains 1605

So obviously with *1605 you can't find Backup 160522, because it doesn't end with 1605 but with 160522. You'd need to use *1605* or just 1605.

If you don't use * at all the default search method is a sub string search, i.e. just typing 1605 is the same as *1605*. Both will match all files or folders which contain 1605.

Edit: I just saw that Everything has a option to configure that behavior. That's probably where your confusion comes from.

https://www.voidtools.com/support/everything/options/#match_whole_filename_when_using_wildcards

Maybe I'll add the same option in the future. Added to TODO list.

from fsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.