From 430c22e06e07b8ca8268838a717edbd969746a33 Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Tue, 27 Jul 2021 18:10:40 -0700 Subject: [PATCH] Add gallery parameter to meilisearch attributes (#227) --- .idea/runConfigurations.xml | 10 ++++++++++ src/search/indexing/mod.rs | 1 + 2 files changed, 11 insertions(+) create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 00000000..797acea5 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/src/search/indexing/mod.rs b/src/search/indexing/mod.rs index c2c542c1..d01e90e8 100644 --- a/src/search/indexing/mod.rs +++ b/src/search/indexing/mod.rs @@ -262,6 +262,7 @@ fn default_settings() -> Settings { "license".to_string(), "client_side".to_string(), "server_side".to_string(), + "gallery".to_string(), ]; let searchable_attributes = vec![