knoxpo / dart_algolia

[Unofficial] Algolia is a pure dart SDK, wrapped around Algolia REST API for easy implementation for your Flutter or Dart projects.
Other
117 stars 112 forks source link

Can't sort by relevance #96

Open Teutonic-Knight-0 opened 2 years ago

Teutonic-Knight-0 commented 2 years ago

I need to be able to see how relevant the query result is to the query search term that was used and sort according to how relevant the result is.

The documentation says there are properties that can be set to achieve this but those settings aren't available on the site.

Documentation:

Screenshot 2022-06-07 at 09 59 09

Website:

Screenshot 2022-06-07 at 10 04 30

The documentation also states that these settings can be set in code which is also not available in this package.

Documentation:

Screenshot 2022-06-07 at 10 27 26

Code:

Screenshot 2022-06-07 at 10 23 03

Screenshot 2022-06-07 at 10 15 59

Screenshot 2022-06-07 at 10 13 26

Theunodb commented 2 years ago

Also struggling with this, this is my question on SO https://stackoverflow.com/questions/72518185/algolia-view-match-score-confidence-level-as-part-of-the-returned-object?noredirect=1#comment128189688_72518185