[FEATURE]
- Allow File Collections to be indexed. Thanks to Mike Street. https://github.com/tpwd/ke_search/pull/301
- Make inline script CSP-compatible. Tanks to Marco Ziesing. https://github.com/tpwd/ke_search/pull/305
[BUGFIX]
- Fix undefined array key PHP warning in page indexer. Thanks to Moritz Ngo. github.com/tpwd/ke_search/pull/304
Fix possible error on processing missing file. Thanks to Florian Schuhmann. github.com/tpwd/ke_search/pull/312
Respect empty shortcut record. Thanks to p2media. github.com/tpwd/ke_search/issues/313
[TASK]
- Refine in-word search logic with SphinxSearch condition
Replace ternary operators with null coalescing in SearchHelper. Thanks to medarob. github.com/tpwd/ke_search/issues/307
Remove unused ContentObjectRenderer instance in Searchresult
Remove nl2br usage for abstract in Searchresult content rendering. Thanks to Philipp Parzer. github.com/tpwd/ke_search/issues/308
Respect manual ordering of filter options. Thanks to Jens Bodenröder. github.com/tpwd/ke_search/issues/309