mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
add a way to provide primary_key or autogenerate documents ids
This commit is contained in:
@ -48,6 +48,7 @@ const BASE_CONF: Conf = Conf {
|
||||
"Notstandskomitee ", // 4
|
||||
],
|
||||
configure: base_conf,
|
||||
primary_key: Some("id"),
|
||||
..Conf::BASE
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user