HN user

snapdeus

19 karma
Posts0
Comments13
View on HN
No posts found.

I believe there is built in stemming in this search.

I searched the key word "commit" and some results were returned with the word "committed"

My guess is this guy just set up a simple DB query on the search form and left it at that.

That's what I've done in the past for simple text search.

I know that at least mongodb comes with built in full text search and stemming.

What he really should do is set up elastic search but that's a big pita to learn all that