Guy Assaf
Guy Assaf

Reputation: 971

Azure Search, using prefix with Scoring Profile

When using a prefix like "tru*" I see the score of the results are stopped been calculated against the Scoring Profile.

I'm looking for a solution to searching part of a word and also order the results.

Two images show a search with '*' and without,

Here without * the Scoring is working

Here with * the Scoring do not work

Upvotes: 2

Views: 207

Answers (1)

Guy Assaf
Guy Assaf

Reputation: 971

Eventually the Scoring Profile does work, but since using '*' the base Score is so low that no difference is shown after scoring profile.

The best solution for me was using Order By in the search request.

Upvotes: 1

Related Questions