v1.4.3 (Production Release)
·
33 commits
to release-1.4
since this release
Release 1.4.3 is the third minor update to Release 1.4, which was the fourth major release of staticSearch. It has only one change:
- A new method has been added to the StaticSearch class: preProcessSearchString(), which is called from parseSearchQuery(), does nothing as it is defined, but can be overridden by end-users to enable them to do any special processing they might need to do on an input search string. This is sometimes necessary when (for example) specific diacritics are being ignored by the search indexing, but end-users might type them in anyway. The search string is also being unicode-normalized (to NFC) at the beginning of the parsing function.
All issues and tickets related to version 1.4 can be found on GitHub.