Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 361 Bytes

File metadata and controls

11 lines (7 loc) · 361 Bytes

profiles.coderbunker.com

Building a search feature for Coderbunker profiles

Elasticlunr.js in Front End

  1. include elasticlunr.js library to your project

    • EITHER: download the js file and put it in your html file
    • OR: use package management tools to import the library
  2. use it in your js script file as the demo on the official website