var findState=new Bloodhound({
datumTokenizer: Bloodhound.tokenizers.whitespace,
queryTokenizer: Bloodhound.tokenizers.whitespace,
local:''
})
so here what is the use of local and what it does?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
var findState=new Bloodhound({
datumTokenizer: Bloodhound.tokenizers.whitespace,
queryTokenizer: Bloodhound.tokenizers.whitespace,
local:''
})
so here what is the use of local and what it does?