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

Additional search option #321

Closed
GiantCrocodile opened this issue Feb 17, 2019 · 5 comments
Closed

Additional search option #321

GiantCrocodile opened this issue Feb 17, 2019 · 5 comments
Labels

Comments

@GiantCrocodile
Copy link

I would suggest another search option (although I'm unsure which one). Reasons:

  1. DocSearch is nice but not fitting to a blog/static site - it's focus is source code docs, according to what I understood.
  2. Googles custom search is preferred in my point of view because of privacy and monopoly reasons.

I would like to have a search which is either javascript based (locally in your browser, I think there are frameworks for it but I think it may be too heavy for the site) or some kind of pre-generated search results: searching by title, tags, author, [...].

@dziudek dziudek added the IDEA label Feb 17, 2019
@dzmitry-lahoda
Copy link

Add one of jamstack-static searches(not all searches in image are such, but kind of):
image
I will donate to 10 USD as soon as it will be added.

@dziudek dziudek added this to the 0.33.4 milestone Feb 22, 2019
Repository owner deleted a comment from dzmitry-lahoda Feb 22, 2019
@dziudek dziudek modified the milestones: 0.33.4, 0.34 Mar 11, 2019
@dziudek dziudek modified the milestones: 1.1.0, 1.0.0 Nov 21, 2019
@aadrian
Copy link

aadrian commented Jan 2, 2020

Please add configurable search endpoint settings so that the community can quickly write examples how to integrate with various other search solutions, or even to setup one such search endpoint (e.g. based on [Apache Solr](http://lucene.apache.org/solr/ or https://www.elastic.co/products/elasticsearch)

Thank you.

@dziudek dziudek modified the milestones: 1.0.0, 1.1.0 Feb 15, 2020
@wuniversales
Copy link
Contributor

wuniversales commented Apr 30, 2020

I would like to be able to add searches in this way.

https://duckduckgo.com/?q=site:my.website + search

https://www.google.com/search/?q=site:my.website + search

https://www.bing.com/search/?q=site:my.website + search

https://yandex.com/search/?text=site:my.website + search

I think this would be much better for everyone :)

@wuniversales
Copy link
Contributor

wuniversales commented Oct 5, 2020

@dziudek Well, I have tested the changes I have made, and it just works. #838
I have focused on leaving the final result of the web as clean as possible (Avoid unnecessary code, and avoid the use of javascript by the client).

However I have needed some javascript to show the external searches with results from the user's website.

All these changes I am making because I need them for my websites, since I program them for myself, I contribute them to the publii community in order to be implemented in future versions.

Greetings, I hope they are implemented as soon as possible. :)

@dziudek dziudek removed this from the 0.39.0 milestone Mar 25, 2021
@bobmitro
Copy link
Collaborator

You can now use our new Static Search plugin based on FlexSearch.

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

No branches or pull requests

6 participants