Search engine creation

For a search engine to look through regular HTML, check out http://lunrjs.com, though this would require some setup & code.

I use it in the documentation, and you can see it in action in the search box in the upper left hand corner. It makes an index of all H1s and H2s and adds their text content to the search index and makes a little ‘search results’ box below when typing in the input field.

2 Likes