Fix searching for words adjacent to an underscore in EbookWwwFilesystemPath

This commit is contained in:
Mike Colagrosso 2024-01-22 20:33:11 -07:00 committed by Alex Cabal
parent e3ea224256
commit 53dc36d25a

View file

@ -237,7 +237,7 @@ class Library{
left join Tags t using (TagId)
where ' . $statusCondition . '
and (art.Name regexp ?
or art.EbookWwwFilesystemPath regexp ?
or replace(art.EbookWwwFilesystemPath, "_", " ") regexp ?
or a.Name regexp ?
or aan.Name regexp ?
or t.Name regexp ?)