Loïc
04/27/2022, 5:58 PMJason Bosco
04/27/2022, 6:20 PMLoïc
04/27/2022, 6:24 PMLoïc
04/27/2022, 6:30 PMid
"fields": [
{
"name": "id",
"type": "string",
"index": true
},
…
Is this an expected behavior? 🤔Jason Bosco
04/27/2022, 6:30 PMLoïc
04/27/2022, 6:31 PMLoïc
04/27/2022, 6:50 PMFieldA
but never by FieldB
, what should be the difference in
"fields": [
{
"name": "FieldA",
"type": "string",
"index": true
},{
"name": "FieldB",
"type": "string",
"index": true
},
…
Jason Bosco
04/27/2022, 6:50 PMJason Bosco
04/27/2022, 6:51 PMLoïc
04/27/2022, 6:51 PMLoïc
04/27/2022, 6:51 PMLoïc
04/27/2022, 6:51 PMJason Bosco
04/27/2022, 6:52 PMJason Bosco
04/27/2022, 6:52 PMWhen I tried this I didn’t receive the field from FirestoreIf you want to sync all fields over from Firestore, you want to leave the fields configuration in the extension blank
Loïc
04/27/2022, 6:53 PMFieldA
, FieldB
and FieldC
I would like to have in typesense FieldA
& FieldB
stored
Query by FieldA
only and return FieldA
& FieldB
in the resultsJason Bosco
04/27/2022, 6:54 PMFieldA,FieldB
in the list of fields.
Then in Typesense, only add FieldA
to the schemaLoïc
04/27/2022, 6:55 PM