What

Add a search box to Pages page via a Page Parameter Filter. (Try saying that 10 time fast ;-) )

Why

Finding a page can sometimes be difficult using the Page Map block especially when the page is nested several pages deep.

How

Here is what we are going to create:
Page_Search_Example.png

  1. Navigate to the Pages Page
  2. Add a Page Parameter Filter block to the top of the page. I added it to the Feature section.
  3. Use the following settings for the Page Parameter Filter block:
    Page_Parameter_Filter_Configuraiton.png

  4. Use the following settings for the Page Search filter:Filter_Settings.png
SELECT [Id] AS [Value], InternalName AS [Text] FROM [page]

Follow Up

Please don't hesitate to leave a comment or message me on Rocket Chat (@tony.visconti) if you have questions or find any issues with this recipe.

The Rock community site doesn't currently notify recipe authors when you comment below.

Change Log

~2024-03 Initial Version