mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-31 15:31:53 +08:00
display fids at the end
This commit is contained in:
parent
d6957a8e5d
commit
79111230ee
@ -536,6 +536,9 @@ where
|
|||||||
drop(fields_ids_map_store);
|
drop(fields_ids_map_store);
|
||||||
|
|
||||||
let new_fields_ids_map = new_fields_ids_map.into_inner().unwrap();
|
let new_fields_ids_map = new_fields_ids_map.into_inner().unwrap();
|
||||||
|
for (fid, name, metadata) in new_fields_ids_map.iter() {
|
||||||
|
tracing::debug!("{fid}:{name},{metadata:?}");
|
||||||
|
}
|
||||||
index.put_fields_ids_map(wtxn, new_fields_ids_map.as_fields_ids_map())?;
|
index.put_fields_ids_map(wtxn, new_fields_ids_map.as_fields_ids_map())?;
|
||||||
|
|
||||||
if let Some(new_primary_key) = new_primary_key {
|
if let Some(new_primary_key) = new_primary_key {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user