teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 6 forks source link

Investigate how parenthesis should work with logical search #293

Open Abigael-JT opened 1 month ago

Abigael-JT commented 1 month ago

Description

If parenthesis are used as the first and last characters of the search it does not match as expected

index=abc sourcetype=(xyz)

Abigael-JT commented 1 month ago

a workaround would be having it with escaped parenthesis and in quotes

index=abc sourcetype="(xyz)"