Hacker News new | ask | show | jobs
by rgarcia 5331 days ago
Thanks for the feedback! The search algorithm is very basic right now, and will definitely change to address the "exact match" scenario. The paragraph was a mistake in the template that should be fixed shortly...
1 comments

I really like how you can actually use regexp to search though: "position" vs "^position".

How about changing the search box heading to something more instructive, more instant, like "Begin typing a CSS property". Also, I'd like to see filters like :hover.

Great job so far!

Yeah, I like it too, but I don't think most people will think of typing "border$" to get just the "border" property :)
A checkbox you can click to do a non-regexp exact match search would be handy.