mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 18:36:30 +02:00
Improve page search to include slug [#3316]
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* Added support for loading Flex Directory configuration from main configuration
|
||||
1. [](#bugfix)
|
||||
* Fixed error when using Flex `SimpleStorage` with no entries
|
||||
* Improve page search to include slug [#3316](https://github.com/getgrav/grav/issues/3316)
|
||||
|
||||
# v1.7.17
|
||||
## 06/15/2021
|
||||
|
||||
@@ -184,9 +184,9 @@ config:
|
||||
# Fields to be searched
|
||||
fields:
|
||||
- key
|
||||
- slug
|
||||
- menu
|
||||
- title
|
||||
- name
|
||||
|
||||
blueprints:
|
||||
configure:
|
||||
|
||||
Reference in New Issue
Block a user