v0.8 (second formal release)
Release 0.8 is the second fully-functional package from this project, and has full documentation. More features are in the pipeline, but we believe this release is ready for use on production sites.
Release Notes (0.8):
- Adds
<exclusion>feature (#21). Documents, filters, and parts of documents are now able to be "excluded" from indexing:
** If a document is excluded, then it will not be indexed entirely, including all of its filters
** If a filter is excluded, then that filter will not be indexed
** If a fragment of a document is excluded, it will not be indexed (but the documents and its filters will be). This is helpful in cases where that text is still necessary for display in a KWIC, but the text itself should not indexed - Adds automatic creation of search page; if you the search file specified in the config does not exist, the build will create one for you with default styling (#39)
- Adds a new filter type: numeric (
staticSearch.num). This produces an<input type="number"/>in the search page. (#45) - Fixes handling for schema in the configuration build (#31)
- Fixes bug where scores were not sorting properly in Chrome (#46)
- KWICs are now sequenced in document order (#32)
- Various bug fixes and documentation additions