2.4.0: ------ * Refactor for the staticpage searchhighlight fix in v.6.77. This means, only a staticpage entry with textformat option true marks a staticpage allowed to be modified by additional plugins; And the searchhighlight plugin is a format modifier plugin. * Raises PHP requirement to PHP 8.0. (Depends on staticpage v.6.77 plugin.) 2.3.0: ------ * Extend preg_*() method regex for (mysqli extended fulltext search) improvement with next Styx version >= 4.4.3 2.2.2: ------ * Improve the internal uri build of 2.2.1 for first result page of the default theme 2.2.1: ------ * Improve the internal uri build for paged result searches in 2.2.0 2.2.0: ----- * Prepare searchhighlight for correct display of multi highlighted search words for the MYSQL FULLTEXT IN BOOLEAN mode search requests containing multi-byte strings up from first (next) following Serendipity Styx release in 2023. * Includes fixes for multi search words [i.e. +word +another] on multi-page result search requests when containing multi-byte strings. 2.1.0: ----- * Fixup for PHP 8.2 2.0.2: ----- * Fix parse_url() return check for non-mode_rewrite configurations 2.0.1: ----- * Use a strict strpos check - fixing matches with PHP 8 2.0.0: ----- * Fix a null case error for PHP 8 plus * Raise PHP requirement 1.9: ----- * Fix and improve markup_element check for consistency 1.8.5: ------ * Add another uninitialized variable check 1.8.4: ------ * Add some uninitialized variable checks * Consistency changes 1.8.3: ------ * Append CSS, not prepend! * Consistence changes [Version 1.8 2010/10/11] by Ian (Timbalu) - added highlighting static page, if not having a ['GET']['searchTerm'] REQUEST, but coming from a /search/ referrer - changed $_REQUEST to $serendipity['GET'] [Version 1.7 2010/09/30] by Ian (Timbalu) - added to support the wildcard(*) search which was added in core. it will now act like a fuzzy search, if you enter an asterisk search. The search 'word*' will highlight case insensitive all occurrences of '%word%'. - added the searchengine Bing (untested) - added to config the ability to highlight search results in static pages which are appended at the end of the search page. This does not work in the teaser itself, but inside the opened static page. - added lang files constants , and