mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-03 13:48:42 +00:00
fix person_view
This commit is contained in:
parent
c75b5f93df
commit
0328e3878d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ fn queries<'a>(
|
|||
)
|
||||
.filter(person::deleted.eq(false));
|
||||
}
|
||||
ListMode::Query(oo) => {
|
||||
ListMode::Query(o) => {
|
||||
if let Some(search_term) = o.search_term {
|
||||
let searcher = fuzzy_search(&search_term);
|
||||
query = query
|
||||
|
|
Loading…
Reference in a new issue