Add a search command under ceo groups that takes a string and looks up, based on the cn and gecos fields in LDAP, the name of the group/club that the string corresponds to
Add a `search` command under `ceo groups` that takes a string and looks up, based on the `cn` and `gecos` fields in LDAP, the name of the group/club that the string corresponds to
@d6sun Yes, both TUI and CLI please. Let's actually call it search instead of lookup. If you can support fuzzy matching it'd be great, but don't worry if you can't.
@d6sun Yes, both TUI and CLI please. Let's actually call it `search` instead of `lookup`. If you can support fuzzy matching it'd be great, but don't worry if you can't.
Add a
search
command underceo groups
that takes a string and looks up, based on thecn
andgecos
fields in LDAP, the name of the group/club that the string corresponds toshould I add this functionality for both the tui and cli?
should searching support fuzzy matching as well?
@d6sun Yes, both TUI and CLI please. Let's actually call it
search
instead oflookup
. If you can support fuzzy matching it'd be great, but don't worry if you can't.👍