Hello, is there any setting I have to make in the front matter to make a page searchable.
I have a directory xyz under pages which has sub directories.. ABC and def. These sib directories ABC and def have its corresponding md files and slug a-b-c and d-e-f respectively.
I am trying to find the page ABC by doing page.find ('/xyx/a-b-c') and trying to access the front matter of that page. But, somehow I don't get that page.
Is there anything wrong that I am doing?