Bug
When using clp-s to search for a log-text with a wildcard query, if a wildcard is positioned the middle, it may return empty results despite the existence of matching results.
CLP version
3e95aaf
Environment
MacOS 13.2.1
Reproduction steps
Compress the following log and run the query a: *He*lo*, the results are empty.
{"a": "Hello world?", "b": 1, "c":"*"}
{"a": "Hello *", "b": "?world"}
Bug
When using clp-s to search for a log-text with a wildcard query, if a wildcard is positioned the middle, it may return empty results despite the existence of matching results.
CLP version
3e95aaf
Environment
MacOS 13.2.1
Reproduction steps
Compress the following log and run the query
a: *He*lo*, the results are empty.