[FOLIO-860] Use js-search for dev.f.o Created: 27/Sep/17 Updated: 12/Nov/18 Resolved: 28/Sep/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | P3 |
| Reporter: | David Crossley | Assignee: | David Crossley |
| Resolution: | Done | Votes: | 0 |
| Labels: | devweb | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 1 day, 6 hours, 5 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | |||||||||||||
| Description |
|
Use client-side search with bvaughn/js-search to provide a search facility for the site content. |
| Comments |
| Comment by David Crossley [ 27/Sep/17 ] |
|
The Jekyll build generates a JSON file with the content of each page. The search index is built when the page is loaded. With the current content, that is a manageable size (~100K). |
| Comment by David Crossley [ 28/Sep/17 ] |
|
Added in pull/79 |
| Comment by David Crossley [ 11/Jan/18 ] |
|
Added some work notes about maintenance and validation of the generated search data. |