clp: Queries for `*` from the package/webui don't return any results.
kirkrodrigues opened this issue · 0 comments
kirkrodrigues commented
Bug
When using clp
as the storage engine, queries for *
from either sbin/search.sh
in the package or the webui both don't return any results even when there's compressed data.
CLP version
Environment
Ubuntu 20.04
Reproduction steps
-
Build a package
task package
-
Start the package
cd build/clp-package sbin/start-clp.sh
-
Compress some data
sbin/compress.sh <dataset>
-
Search for some data
sbin/search.sh '*'
No results will be returned.