Publii appears to be implemented in JavaScript. You could look at something like lunr which is a client-side search. It would require some programming in Publii. It looks like this is already discussed <https://getpublii.com/forum/topic/lunr-search-and-indexer/>.
Sphinx's search support isn't a good option as your content would then have to be in Sphinx. You'd also have to get the build objects out of the generated Sphinx and back into your Publii. On Tuesday, July 28, 2020 at 5:31:34 AM UTC-4 Santiago Gala wrote: > > Hi, I have been using sphinx for a number of projects and I love it. > > One of the things I specially like is that it generates static sites with > search. > > Now, for a different project I'm using Publii as static site generator, > but I hate that it requires integration with some search service. > > So I was wondering... is there an easy way to use Sphinx search indexer to > generate the javascript index and add the static javascript search files to > my website? > > Thanks in advance > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/19b3b0c1-3ef3-400b-9a10-b4f3c6b5d95bn%40googlegroups.com.
