You need to update config/ExamineSettings.config and add options for supportUnpublished=true to include them in the results. supportProtected is also another option.
Im looking for something like Nexu but without the database - where I can pick a block in the CMS and then it tells me all the pages in the CMS that the block is on. It needs to search Published and unpublished pages.
A block is something like a Quote block or a Rich Text editor or an Image block. We have even created our own bespoke Blocks like a Card (bootstrap) block.
Find blocks added to a page - Umbraco 7.13
Is it possible to search for all the pages a specific block type has been added to - Published or UnPublished?
Thanks
Jon
Hi Jonathan,
You need to update config/ExamineSettings.config and add options for supportUnpublished=true to include them in the results. supportProtected is also another option.
Regards,
Shaishav
Hi,
Im looking for something like Nexu but without the database - where I can pick a block in the CMS and then it tells me all the pages in the CMS that the block is on. It needs to search Published and unpublished pages.
Thanks
Please can you expand slightly on what is block?
A block is something like a Quote block or a Rich Text editor or an Image block. We have even created our own bespoke Blocks like a Card (bootstrap) block.
Are these block part of Grid Editor?
Unfortunately not - it is using Nested Content
Hi Jonathan,
I would suggest that you create a GatheringNodeData Event and add a new field that can store comma separate block alias.
Therefore, you will be able to do Examine search on that block and view all the nodes for that block.
Regards,
Shaishav
Is there any solution to this?
We just went live with a site and whenever a block is changed, we have no idea how to find all pages where the block is used.
Diplo God Mode is not working for blocks.
is working on a reply...