forked from x/icebergs
add searchs
This commit is contained in:
parent
d93687ee50
commit
b293cf553e
@ -20,6 +20,7 @@ func RenderAction(arg ...ice.Any) ice.Actions {
|
|||||||
HashSelect(m, arg...)
|
HashSelect(m, arg...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
m.OptionDefault(ice.MSG_FIELDS, kit.Select("", arg, 2))
|
||||||
kit.For(kit.Split(arg[0]), func(k string) {
|
kit.For(kit.Split(arg[0]), func(k string) {
|
||||||
HashSelects(m.Spawn(), k).Table(func(value ice.Maps) {
|
HashSelects(m.Spawn(), k).Table(func(value ice.Maps) {
|
||||||
m.Cmdy(kit.Keys(value[TEXT], value[NAME]), m.CommandKey(), k, arg[1], kit.Select("", arg, 2), kit.Slice(arg, 3))
|
m.Cmdy(kit.Keys(value[TEXT], value[NAME]), m.CommandKey(), k, arg[1], kit.Select("", arg, 2), kit.Slice(arg, 3))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user