You've already forked AstralRinth
forked from didirus/AstralRinth
Add gallery parameter to meilisearch attributes (#227)
This commit is contained in:
10
.idea/runConfigurations.xml
generated
Normal file
10
.idea/runConfigurations.xml
generated
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="RunConfigurationProducerService">
|
||||||
|
<option name="ignoredProducers">
|
||||||
|
<set>
|
||||||
|
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -262,6 +262,7 @@ fn default_settings() -> Settings {
|
|||||||
"license".to_string(),
|
"license".to_string(),
|
||||||
"client_side".to_string(),
|
"client_side".to_string(),
|
||||||
"server_side".to_string(),
|
"server_side".to_string(),
|
||||||
|
"gallery".to_string(),
|
||||||
];
|
];
|
||||||
|
|
||||||
let searchable_attributes = vec![
|
let searchable_attributes = vec![
|
||||||
|
|||||||
Reference in New Issue
Block a user