Patrick
Results
1
issues of
Patrick
If you need to search among the keys for a given string you could clone the index-function and modify it: ``` javascript searchIndex: function(string){ var index = [], i; for(i...