0.7.0
Added weighted fields:
var result = sifter.search('query', {
fields: [{field:'title',weight:2}, {field:'location'}, {field:'continent',weight:0.5}],
});
Added weighted fields:
var result = sifter.search('query', {
fields: [{field:'title',weight:2}, {field:'location'}, {field:'continent',weight:0.5}],
});