You've already forked AstralRinth
forked from didirus/AstralRinth
Fix search not working (#408)
This commit is contained in:
@@ -195,6 +195,7 @@ const DEFAULT_DISPLAYED_ATTRIBUTES: &[&str] = &[
|
||||
"title",
|
||||
"description",
|
||||
"categories",
|
||||
"display_categories",
|
||||
"versions",
|
||||
"downloads",
|
||||
"follows",
|
||||
@@ -205,7 +206,7 @@ const DEFAULT_DISPLAYED_ATTRIBUTES: &[&str] = &[
|
||||
"license",
|
||||
"client_side",
|
||||
"server_side",
|
||||
"gallery",
|
||||
"gallery"
|
||||
];
|
||||
|
||||
const DEFAULT_SEARCHABLE_ATTRIBUTES: &[&str] =
|
||||
|
||||
Reference in New Issue
Block a user