Everything 1.5a: Create search filter for subtitle files and result in nothing
-
cndhng
- Posts: 8
- Joined: Thu May 30, 2024 12:37 pm
Everything 1.5a: Create search filter for subtitle files and result in nothing
After the settings, I put my path in the search index, and nothing showed up.
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
-
cndhng
- Posts: 8
- Joined: Thu May 30, 2024 12:37 pm
Re: Everything 1.5a: Create search filter for subtitle files and result in nothing
Thank you,
one additional question though, how can I search for files that exclude files that do not contain:
anywhere that includes "-en" AND files that have "vi" AND "vnm" AND "vn" at the end of their strings?
one additional question though, how can I search for files that exclude files that do not contain:
anywhere that includes "-en" AND files that have "vi" AND "vnm" AND "vn" at the end of their strings?
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Everything 1.5a: Create search filter for subtitle files and result in nothing
Could you please provide a few sample filenames.
Please try:
\b = match word boundary (match end of word)
To exclude, please try:
Please try:
regex:-en regex:"(vi|vnm|vn)\b"\b = match word boundary (match end of word)
To exclude, please try:
!< regex:-en regex:"(vi|vnm|vn)\b" >