I'm following the Animation example on http://jsblocks.com/ but I'm having problems.
I've copied it exactly, apart from changing the font-awesome href link and I've changed the title strings in script.js.
When I load my index.html all my items appear like in the example but when i use the search box it comes up with the wrong results.
For example, let's say my title strings are Barry, Freddy, and Patrick.
When I search for Patrick, it will either show no results or will show Barry and Freddy?
update So I've found that the search function does indeed work but only if you search for terms without the first letter of the word?
e.g. searching for Patrick will not show results but searching for atrick will?!