Add created and modified timestamp to search facets (#708)

This commit is contained in:
Julian Vennen
2023-09-15 21:29:16 +02:00
committed by GitHub
parent 9bd2cb3c7e
commit 2864abd8c2

View File

@@ -197,7 +197,9 @@ const DEFAULT_ATTRIBUTES_FOR_FACETING: &[&str] = &[
"author",
"title",
"date_created",
"created_timestamp",
"date_modified",
"modified_timestamp",
"project_id",
"open_source",
"color",