Replies: 1 comment
-
Either this, or you could convert the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I create a dedicated site search page in Flynt that has just a search box?
I know I can go to a URL with a search string
https://example.org/?s=testto get to a search results page with those results. But the problem is I want a search page with just a search input and no results, i.e. likehttps://example.org/search/I can go to a URL with an empty search string
https://example.org/?s=, and that gives me a search box, but it also gives search results that are irrelevant (like "Home"), because the search string is empty.Do I need to make a custom component for the /search/ page that gives me only a search input box? And then shows the search results with a search box above the results for new searches? I am using Relevanssi, but that may not matter.
Beta Was this translation helpful? Give feedback.
All reactions