Robert Preoteasa
08/24/2021, 12:01 PM{
name: 'collections',
fields: [
{
name: 'collection_name',
type: 'string[]',
facet: true,
},
{
name: 'id',
type: 'string',
facet: false,
},
],
}
I’ve populated it with data.
And when i try to search anything like:
{
q: 'a',
query_by: 'collection_name',
num_typos: 0,
}
or any other letter, i get no results. Do you have any idea why?Kishore Nallan
08/24/2021, 12:11 PMRobert Preoteasa
08/24/2021, 12:20 PMKishore Nallan
08/24/2021, 12:45 PMKishore Nallan
08/24/2021, 3:04 PM