I am also looking for the universal search which searches for all the Posts, CPT, etc
if we get any working example that would be a great help.
Also, when I add my home page URL in the state.source.homepage to ‘/home’ then search does not work, it just adds the search term in URL and loads the home page. If I remove state.source.homepage then search works but shows only posts and not my home page.
Now, I would like to search through all Pages, CPT etc. as suggested by @mburridge I have installed this plugin too. but now in Frontity I have created below to get data of all CPT
As this does not allow to pass type[[ array as it was required by multiple-post-type plugin else getting below error in API
{
"code": "type_need_to_be_array",
"message": "Type Param is a required parameter and needs to be an array: &type[]=post&type[]=page&type[]=slideshow",
"data": {
"status": 422
}
}