We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ebc28 commit 61c08fdCopy full SHA for 61c08fd
src/search.rs
@@ -1,6 +1,6 @@
1
//! Search utilities for filtering users and groups.
2
//!
3
-//! Currently provides [`apply_search`] which filters the `AppState` in-place
+//! Currently provides [`apply_filters_and_search`] which filters the `AppState` in-place
4
//! based on the current input mode and query string.
5
6
use crate::app::{AppState, GroupsFilter, InputMode, UsersFilter};
0 commit comments