tantivy-cli icon indicating copy to clipboard operation
tantivy-cli copied to clipboard

tantivy new: Choose Field Type could support case insensitive input

Open voltagex opened this issue 4 months ago • 0 comments

Nitpick, but this would make the interactive cli slightly easier to use

New field name  ? myfield
Choose Field Type (Text/u64/i64/f64/Date/Facet/Bytes/Json/bool/IpAddr) ? text
Error: Invalid input. Options are (Text/u64/i64/f64/Date/Facet/Bytes/Json/bool/IpAddr)
Choose Field Type (Text/u64/i64/f64/Date/Facet/Bytes/Json/bool/IpAddr) ? Text
Should the field be stored (Y/N) ? y

voltagex avatar Oct 07 '24 03:10 voltagex