mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
feat: introduce fuzzy search for native indexer (#14109)
This commit is contained in:
@@ -78,7 +78,6 @@ pub fn get_any_from_js_object(object: Object) -> Result<Any> {
|
||||
})
|
||||
}) {
|
||||
if let Ok(value) = object.get_named_property_unchecked::<Unknown>(&key) {
|
||||
println!("key: {}", key);
|
||||
map.insert(key, get_any_from_js_unknown(value)?);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user