Search code examples
azureazure-cognitive-search

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


Solution

  • 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.