Skip to content

0.7.0

Compare
Choose a tag to compare
@oyejorge oyejorge released this 26 Apr 14:19
· 104 commits to master since this release

Added weighted fields:

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