Christopher Lee
Christopher Lee
Interested in this. Would like access to API access to Cuttlebelle for our search indexing.
I'm currently trying to integrate Lunr.js into our Cuttlebelle site. Any suggestions on a convenient way to add the content data to a search index? My plan is to generate...
Thanks for that @dominikwilkowski - It's pretty cool. One disadvantage I see going this way is that the Cuttlebelle site is slightly less portable, as it requires a node environment...
Hopefully the [prebuilt Lunr index ](https://lunrjs.com/guides/index_prebuilding.html)is smaller than the entire site contents. Time will tell! One more nice thing about client-side search is that it works in the development environment,...
Here is a search prototype with elasticlunr.js: https://service-manual-search-staging.apps.y.cld.gov.au/ We are going to move back to lunr.js to take advantage of fuzzy search and result position for snippets. https://github.com/govau/service-manual/tree/search-staging
I think also, it could use the rsync syntax for excluding. https://rsync.samba.org/
I found the --excludeRegex quite hard to use, as a rsync and s3 cli user.
I noticed it also throws an exception for the Mac Os Icon file ('Icon?') which has a carriage return in the file name. This may be a common item to...