Gerbert
10/06/2021, 1:49 PMKishore Nallan
10/06/2021, 1:50 PMOR
support in Typesense yet. Do you mix an OR with ANDs? If not, maybe we can quickly whip up something. The permanent fix will be: https://github.com/typesense/typesense/issues/396Kishore Nallan
10/06/2021, 1:51 PMage: [10, >20]
(10 OR > 20)Gerbert
10/06/2021, 1:55 PM{
"searches": [
{
"collection": "dev_trav",
"q": "*",
"filter_by": "location:(47.45,18.97, 50 km) && open_for_others:=true"
},
{
"collection": "dev_trav",
"q": "608324",
"query_by": "id",
"filter_by": "location:(47.45,18.97, 50 km) && companyId:=121"
}
]
}
Kishore Nallan
10/06/2021, 1:57 PMGerbert
10/06/2021, 1:59 PMKishore Nallan
10/06/2021, 2:01 PM