Search found 4 matches

by Gingko
Tue Feb 12, 2019 2:48 pm
Forum: Bug report
Topic: Date localization problems
Replies: 2
Views: 12573

Date localization problems

Hello, There is a problem with localization, at least in French. For illustrating this issue, I will just give you an example : If I want to search all files having a modification time during the last month, the help file ("search syntax key" or something like that) says that I should type...
by Gingko
Tue Feb 12, 2019 8:32 am
Forum: Support
Topic: Regex alternative patterns
Replies: 6
Views: 7019

Re: Regex alternative patterns

That's because the pipe symbol ("|") has speacial meaning in Everything: it's used as OR. That causes your query to be expanded to: regex:^.*\.(pdf OR docx)$. You can escape the | by enclosing it in "": regex:"^.*\.(pdf|docx)$" - or - regex:^".*\.(pdf|docx)"$...
by Gingko
Mon Feb 11, 2019 2:53 pm
Forum: Support
Topic: Regex alternative patterns
Replies: 6
Views: 7019

Regex alternative patterns

Hello, Normally, using the following regular expression, I should find any file with either the .pdf or the .docx extension: regex:^.*\.(pdf|docx)$ … knowing that I use both grouping parenthesis, and the vertical bar for searching among several alternative patterns. But in Everything (last 1.4.1.932...
by Gingko
Sun Jan 01, 2017 10:07 am
Forum: General
Topic: Updating an existing tranlation
Replies: 1
Views: 3288

Updating an existing tranlation

Hello, I would like to know if there is any way to update an existing translation (not made by myself)? I mean, of course I read the “ Translating ” page, but it seems to only describe how to create a new translation language from scratch. The “ Everything.lng ” file is binary and not readable, is t...