Closed cgoessni closed 8 years ago
Ran into this issue myself. submitted a pull request.
Perfect, thanks!
Slightly OT: Do you know if there is a simple solution to the problem, that the search results are shown in arbitrary order? I would like to sort them by date...
I think you would have to look into lunarjs side of things. You can add a custom function into the pipeline to change the way it indexes/sorts. http://lunrjs.com/docs/#Pipeline
I hope that PR is merged soon. I'm running into this issue too
Hello,
with Jekyll v3.0.1, there is no date shown in the search results. Neither {{pubdate}} nor {{displaydate}} shows up. I did test it with a blog I develop, and a standard vanilla install. Any idea where to look for the problem?
Thanks in advance, Clemens