Menu

#84 Exclude These Files does not work

pending
nobody
9
2020-03-26
2020-03-25
Klaus
No

I am trying to exclude files like temporary files created by MS Word "~$.", but the "Preview" function does not exclude them. Check also the "Synchronize" Function.

Discussion

  • Clément Pit-Claudel

    What exclusion pattern are you using? Can you try ~$.* and /^~\$\..*/?

     
  • Klaus

    Klaus - 2020-03-25

    I have tried the following strings: ~$. and /^~\$../ because the file have the filename as ~$xxxxxxxxetcxxx.yyy.
    Both have not worked.

     
  • Klaus

    Klaus - 2020-03-25

    I have tried the following strings: ~$*.* and /^~\$*..*/ because the file have the filename as ~$xxxxxxxxetcxxx.yyy.
    Both have not worked.

     
  • Clément Pit-Claudel

    Please try /^~\$.*/

     
  • Klaus

    Klaus - 2020-03-25

    Yes, it worked. But the string was as follow /^~\$*.*/ !!!
    This format is not intuitive to the people that do not work with programming, so I suggest to accept the easier format ~$*.* for the general user.

     
  • Clément Pit-Claudel

    I don't this you need the extra * after the \$. Accepting the simpler format would be an improvement, but unfortunately I don't have time to work on it at the moment.

     
  • Clément Pit-Claudel

    • status: open --> pending
     

Log in to post a comment.

MongoDB Logo MongoDB