You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the body of the Sifter.prototype.search function are the following lines:
// generate result scoring functionfn_score=options.score||self.getScoreFunction(search);
I take this to mean we can supply a custom score function, which is pretty neat, but undocumented on the project GitHub page. It would be better to have it documented.
The text was updated successfully, but these errors were encountered:
In the body of the
Sifter.prototype.search
function are the following lines:I take this to mean we can supply a custom score function, which is pretty neat, but undocumented on the project GitHub page. It would be better to have it documented.
The text was updated successfully, but these errors were encountered: