Closed
Description
Version:
- listmonk: v2.5.1
- OS: Debian 6.1.27-1 (2023-05-08) x86_64
Description of the bug and steps to reproduce:
When searching for a list with a string that contains parentheses, an error is returned by "pq".
Searching for "My list (something)"
shows this error message:
error fetching lists: pq: syntax error in tsquery: "%My&list&(something)%"
Escaping the parentheses manually ("My list \(something\)"
) works (see second screenshot).