Fix search not working (#408)

This commit is contained in:
Geometrically
2022-07-31 15:26:25 -07:00
committed by GitHub
parent 46ab7bbcbe
commit 992de7d66e
4 changed files with 403 additions and 396 deletions

View File

@@ -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] =