I have a very basic and strange question / error.
I have the slug of a page, I look into my site using ->search() function.
I found the page but then when I try to render the title() for example it’s still empty, event that I have some in the content. Same other fields, I cannot render the url() or slug() or description()…
In the blue box I can print my slug or objet and in the red box I try to print the title but nothing append.
I check the objet using toArray() and var_dump and the page is full of content.
Yes I know that and I use it in other situation. But it does not fix my problem.
In this page (which is the home page), I found : artistes/agora/golden-ratio
Like I found it in many others pages of the website. So why here it does not work ?