Delivering a superior search experience with Algolia ;)#1
Merged
thomaspark merged 5 commits intothomaspark:gh-pagesfrom Nov 6, 2013
Merged
Delivering a superior search experience with Algolia ;)#1thomaspark merged 5 commits intothomaspark:gh-pagesfrom
thomaspark merged 5 commits intothomaspark:gh-pagesfrom
Conversation
- What's new ? - typeahead.js-based search input (auto-completion) - highlighting - typo-tolerance (both in instant-search and auto-completion) - Push datas to Algolia's indexing server ? - ```grunt``` generates ```batch.json``` from ```bath.handlebars``` - ```grunt index-icons --apikey PERSONAL_API_KEY``` pushes ```batch.json``` - Enjoy it !
Owner
|
Hey Sylvain. First off, wow! Thanks for your pull request and setting me up with an Algolia account. Lots of awesomeness here. Here are my thoughts.
Thanks in advance. Can't wait to see these features go live! |
Restore responsive .entry-related classes. Keep the alphabetical order when the query is empty.
Contributor
Author
|
Hey Thomas. I removed the typeahead stuff; you're right about the fit, wasn't improving anything. I added the alphabetical sort on empty queries and restored the responsive classes + font-size on the .entry elements (don't even remember why I removed them, probably a test :p) You're really welcome ! |
Owner
|
Merged. Gave you and Algolia props in the readme/footer. Cheers! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Thomas,
I've discovered your http://glyphsearch.com/ website on HN; that's totally awesome! I can't count the number of times I open my browser on fontawesome.io or getbootstrap.com to find an icon. That's just what all developers need :)
I took the liberty of forking your project to plug Algolia's Search API and provide a better search experience. To achieve that, I've created a free Algolia (http://www.algolia.com) account for you (I'll send you the credentials privately).
New features includes:
I tried to follow your coding conventions and project architecture. (more details in the commit logs)
I hope you'll like it !