Index::Index -> Index::Basic

toying-with-ramdb
Philippe PITTOLI 2024-05-23 07:10:19 +02:00
parent 3307a82294
commit 375f3bdf69
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def batch()
fn = ->(storage : DODB::Storage(Car),
current_db_size : Int32,
name : String,
search_name : DODB::Index::Index(Car),
search_name : DODB::Index::Basic(Car),
search_color : DODB::Index::Partition(Car),
search_keywords : DODB::Index::Tags(Car)) {