getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.27k stars 167 forks source link

[3.6.0-alpha.4] Fiber search does not respect `read: false` #3650

Closed medienbaecker closed 3 years ago

medienbaecker commented 3 years ago

Describe the bug
The new Fiber search does not seem to respect setting read: false in page blueprints. The respective pages still appear.

To Reproduce
Steps to reproduce the behavior:

  1. Add read: false to a page blueprint
  2. Search for the page in the Panel

Expected behavior
I expect the page to not appear in the search. This works fine fine in 3.5.7.1.

Screenshots

Screenshot-25-08-2021_17-06-12@2x
title: Startseite
options:
  read: false

Kirby Version
3.6.0-alpha.4

bastianallgeier commented 3 years ago