Bug
As the title says. Confirmed that the query in job_config in the query_jobs table consistently had "ignore_case": false no matter what the state of the case sensitivity toggle was.
CLP version
3520895
Environment
- Firefox 140.0.2 (64-bit) or Chrome 137.0.7151.120 (Official Build) (64-bit)
Reproduction steps
- Compress the hive-24hrs dataset.
sbin/start-clp.sh
sbin/compress.sh logs/hive-24hrs/
- Open the webui
- Run the query
DESERIALIZE_ERRORs and observe that it doesn't find any results.
- Click the case-sensitivity toggle and re-run the query. Observe that it doesn't find any results.
Bug
As the title says. Confirmed that the query in
job_configin thequery_jobstable consistently had"ignore_case": falseno matter what the state of the case sensitivity toggle was.CLP version
3520895
Environment
Reproduction steps
DESERIALIZE_ERRORsand observe that it doesn't find any results.