mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-18 01:08:51 +00:00
use custom packing for indexable data: PackedEvent
This commit is contained in:
@ -266,7 +266,7 @@ struct DBScan : NonCopyable {
|
||||
} else {
|
||||
approxWork += 10;
|
||||
auto view = env.lookup_Event(txn, levId);
|
||||
if (view && f.doesMatch(view->flat_nested())) doSend = true;
|
||||
if (view && f.doesMatch(PackedEventView(view->packed()))) doSend = true;
|
||||
}
|
||||
|
||||
if (doSend) {
|
||||
|
Reference in New Issue
Block a user