-
- Added new
onSimpleSearchCollection()
event to allow for custom integration into SimpleSearch. - Require Grav 1.7+
- Added new
-
- Require Grav 1.6.0+
- Added autoloader
- Pass phpstan level 3 tests
-
- Fixed
header_keys_ignored
configuration option not taking effect
- Fixed
-
- Added config option to choose keys to ignore when searching header
- Added ability to opt-out of page search by setting:
simplesearch: process: false
in page header - Added
form
andforms
to default list of ignores in page header searches
-
- Fix issue to ensure matching ignore keys only checked at root level
- Fix issue where searchable header content was growing exponentially
-
- Fixed input attribute #165
-
- Added Danish translations #127
-
- Escaped
query
in Twig templates for XSS protection
- Escaped
-
- Support for multiple forms and fields in the same page
-
- Fix typo in
SEARCH_FIELD_MINIUMUM_CHARACTERS
translation string - Fixed validation and JS submission
- Separated JS from inline to file
- Fixed issue with min query length always enforced. It is now possible to have no minimum length by setting to
false
or0
- Fix typo in
-
- Added option to switch between Rendered HTML and Raw Markdown content searching. Raw Markdown is faster than default.
-
- Only check ACL if the Login plugin is installed #112
-
- Reverted change in events - causing problems
- Reverted fix for
route: @self
, breakingfilter: @self
(used in getgrav.org)
-
- Multiple search boxes support #52
- Added Croatian and Russian translation
-
- Added support for Grav's autoescape twig setting
-
- Fix searching on
@self
#53
- Fix searching on