- image.png (99.38 KiB) Viewed 269 times
Everything 1.5a: Create search filter for subtitle files and result in nothing
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.
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?
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" >