Fulltext search documents with documents with content relationships to other documents?

I have a Nuxt site with typical Page documents. I've made a Slice component that pulls and displays content from documents (content type of Page_Parts) chosen from content relationship fields -- so technically a Page does not contain the content from the content relationship field but it is displayed on the static page on the site. How can I create a site search using the fulltext query that can somehow search the documents from a Page and the content linked in it's content relationship fields - while returning correct pagination (.total_pages)?

Hello @geoffyuen, The fulltext search only considers Rich Text, Title, Key Text, Select, and UID fields. It's unable to find linked field content. For more complex search use cases like this, we recommend using Algolia.