question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`/search` page isn't customisable through-the-web

See original GitHub issue

Is your feature request related to a problem? Please describe. The current ‘CMS’ search page (/search) is a custom component. This means that the only way to customise its look or functionality is to shadow the component and implement it themselves. We already have a Search block which mirrors the existing functionality of this, but offers all the through-the-web customisability options of the block editor. This could either be fixed to having just a search block on the page, or a full ‘block’ editor to allow site admins more customisation of the search page.

Describe the solution you’d like Make /search a block form that contains a Search block out-the-box.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

3reactions
tiberiuichimcommented, Jul 8, 2022

@JeffersonBledsoe In one of my websites I did this (not sure it’s enough):

  config.settings.nonContentRoutes = [
    ...config.settings.nonContentRoutes.filter((p) => p !== '/search'),
    ];

and I’ve created a /search page with a search block;

1reaction
erralcommented, Oct 4, 2022

And what about delegating this configuration to plone.volto? We can add a preconfigured search page with a search block when installing plone.volto.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Edge Browser Policy Documentation
Windows and Mac documentation for all policies supported by the Microsoft Edge Browser.
Read more >
Configuring components in Web Widget (Classic)
To restrict help center search results in the Web Widget (Classic) to authenticated users on your website, click the Configure button and then ......
Read more >
Easy Checks – A First Review of Web Accessibility - W3C
This page helps you start to assess the accessibility of a web page. ... shown in search engine results; used for browser bookmarks/favorites ......
Read more >
10 Steps to Being Found on Search Engines - Network for Good
Showing up on the first page of search results for key terms — for instance, ... “robots” or “spiders” (because they navigate, or...
Read more >
Common Microsoft Edge Problems, and How to Fix Them
After that, select Privacy, search, and services from the side menu, ... If the YouTube page simply isn't displaying correctly in the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found