You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comma-separated list of boolean values indicating whether to flatten nested documents for each collection.
324
+
Each value corresponds to a collection in FIRESTORE_COLLECTION_PATHS.
325
+
type: select
326
+
options:
327
+
- label: No
328
+
value: false
329
+
- label: Yes
330
+
value: true
331
+
example: false,true,false,true
332
+
default: false,true
333
+
required: false
334
+
304
335
- param: TYPESENSE_HOSTS
305
336
label: Typesense Hosts
306
337
description: >-
@@ -317,25 +348,7 @@ params:
317
348
Click on "Generate API Key" in cluster dashboard in Typesense Cloud
318
349
example: ""
319
350
required: true
320
-
- param: TYPESENSE_COLLECTION_NAME
321
-
label: Typesense Collection Name
322
-
description: >-
323
-
Typesense collection name to index data into. This collection needs to exist before this extension is installed. Please create it via the Typesense Cloud dashboard or API.
324
-
default: companies
325
-
required: true
326
-
- param: FLATTEN_NESTED_DOCUMENTS
327
-
label: Flatten Nested Documents
328
-
description: >-
329
-
Should nested documents in Firestore be flattened by this extension before they are indexed in Typesense?
330
-
Set to "Yes" for Typesense versions 0.23.1 and earlier. Set to "No" for Typesense versions 0.24.0 and later.
0 commit comments