Many page are out of scope even with category set to @none / none@ / null
Hi there!
A lot of pages seems to be out of the scope of simple search. It happen to pages with or without a category meta so i don't get it.
I've follow advices from other issues to search site wide by trying @none,none@, null without success.
Here is my configuration:
enabled: true
built_in_css: false
built_in_js: true
display_button: true
min_query_length: 3
route: /search
search_content: rendered
template: search_results
filters:
category:
- '@none'
filter_combinator: or
ignore_accented_characters: true
order:
by: title
dir: asc
For exemple, I've a videos pages full of project, one of them is called 'Hipanema' and when searching for the string Hipanema it return no result...
Here is the project.md file:
---
title: projects
taxonomy:
category:
- videos
videos:
-
title: rio
image: rio.jpg
youtube: 9HIOlljzJof
-
title: hipanema
image: hipanema.jpg
youtube: ORjji34jie2
I've also tried without taxonomy and the result is the same...
I hope those informations are useful, let me know if you need more.
Thank you so much for your help
Ok just discover something interesting, I seems to be related to frontmatter!
Simple search doesn't look for content in it, even if datas from frontmatter are used in a template and rendered in the page.
What can I do to fix this?