clem
08/22/2021, 4:42 AMusers
and im trying to search against the fullName
attribute. What should I call from the client side?
Usually a simple query would be done as follows for instance:
db.collection("users")
.whereField("fullName", isEqualTo: "some value here")
.limit(to: recordLimit)
.getDocuments(source: firestoreSource) { ... }
Does someone know what the equivalent would be to use the Typesense search?clem
08/22/2021, 4:59 AMJason Bosco
08/22/2021, 5:12 AMclem
08/22/2021, 3:53 PM