pythonjobs / template

The user interface and template for the static site
http://pythonjobs.github.io/
4 stars 8 forks source link

Add in full-text searching #21

Closed stestagg closed 8 years ago

stestagg commented 8 years ago

New build-time script that builds a full-text index of the jobs into a JSON object. Client side code to pull down index (currently 72kb) on-demand and perform searching Uses porter2 stemming to help with finding matches Also creates/uses a plain-text excerpt of each job, so that matches can be highlighted against each job.

Tested on various browsers search2

stestagg commented 8 years ago

ff37 ie8 ie10 out-android41 out-edge out-ie10 out-safari

stestagg commented 8 years ago

img_0016 Ipad