-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I was trying to query using customRanking paramater
final SearchForHits queryHits = SearchForHits(
indexName: indexName,
query: searchText,
hitsPerPage: hitsPerPage,
page: page,
filters: filters,
attributesToRetrieve: attributesToRetrieve,
customRanking: ranking);
However i get a thrown error
AlgoliaApiException{statusCode: 400, error: {"message":"Unknown parameter: customRanking","status":400}}
The ranking is an empty array [].
When i remove the customRanking parameter, it works totally fine.
Ortes, samazadi, Ksm125, glothos and leo-cheron
Metadata
Metadata
Assignees
Labels
No labels