Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support native search? #462

Closed
shincurry opened this issue Jul 23, 2022 · 5 comments
Closed

Support native search? #462

shincurry opened this issue Jul 23, 2022 · 5 comments

Comments

@shincurry
Copy link
Contributor

Ghost Official introduced Native Search recently.

https://ghost.org/changelog/search/

Adding Search to a Ghost site is easy, and can be done in two ways:

Add a #/search link to your site navigation in Ghost Admin, and you'll have a clickable navigation link that opens the search interface.
Read more in our help docs.
Add a data-ghost-search attribute to any element in your theme (a 🔎 icon, perhaps?), and you'll have a clickable button to open the search interface.
Read more in our developer docs.

@just5ky
Copy link

just5ky commented Jul 26, 2022

@monster1612
Copy link

https://github.com/eddiesigner/liebling/wiki/How-to-enable-search

that solution is the pre-5.x approach to enabling search in the Liebling theme, and isn't quite as powerful as the native search feature available in Ghost now.

one possible workaround is to add a link in the header with the URL #/search, but a more native solution (bonus points if it can bind to Ctrl/Cmd + K) would be ideal.

@just5ky
Copy link

just5ky commented Jul 27, 2022

Ok, I see what you mean, the new search thingy is so much better and fast
I added it to Custom CTA
image

Recording 2022-07-27 at 15 14 32

@magicgg91
Copy link

@just5ky yes that's a solution, but it's not best integration we can have.
Search button on top right is still there with different search algorithm.

I would expect to have this button using builtin Ghost search feature.

@FAFDK
Copy link

FAFDK commented Aug 5, 2022

How about the translation of the search string? Where is that located? : " Search posts, tags and authors".
Testing a fresh Danish da.json now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants