hugomods / search

:mag: A powerful, flexible and responsive Hugo client side fuzzy search module.
https://hugomods.com/search/
MIT License
22 stars 11 forks source link

How to build and run the exampleSite locally ? trying with npm ci and hugo server doesn't work. #203

Closed techhubhub closed 6 months ago

techhubhub commented 6 months ago

How to build and run the exampleSite locally ? trying with npm ci and hugo server doesn't work. also, how does this search compare to https://github.com/hbstack/search ? let's say we would like to use one of the search as mod, which one you recommend ? Thank you.

razonyang commented 6 months ago

How to build and run the exampleSite locally?

git clone https://github.com/hugomods/search.git hugomods-search

cd hugomods-search/exampleSite

npm ci

hugo server

And then navigate to http://localhost:1313, and type Hugo to search.

How does this search compare to https://github.com/hbstack/search?

github.com/hbstack/search is an adapter that integrated github.com/hugomods/search into HB Framework. HB Framework themes already integrated this module, for example.

If you want to integrate this search module into your theme, see also:

techhubhub commented 6 months ago

Any update on this feature request ? https://github.com/hugomods/search/issues/164 I also like the idea that all taxonomies categories, tags are selected as default, which means all included page are indexed. Then as visitors select one (or multiple options) option from the filter, the result will update according the the selected options.

razonyang commented 6 months ago

Any update on this feature request ? https://github.com/hugomods/search/issues/164

Not yet, you can subscribe that issue until it's done. If I understand the request correctly, you wish search without keywords?