We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
48aa9ac
Full Changelog: v1.0.1...v1.0.2
b1a5c29
Full Changelog: v0.9.2...v0.9.3
0ceaf05
Full Changelog: v0.9.1...v0.9.2
4df3128
Fix TS error. Thanks @AdrianMrn
de9dc20
Typescript typings
8fdee04
Improved TypeScript typings
3b544ad
8b60e49
More logical weights for "field:" queries
8e7450a
Added weighted fields:
var result = sifter.search('query', { fields: [{field:'title',weight:2}, {field:'location'}, {field:'continent',weight:0.5}], });