getgrav / grav-plugin-simplesearch

Grav SimpleSearch Plugin
https://getgrav.org
MIT License
44 stars 55 forks source link

Returning page title in JSON search result. #123

Closed hifall closed 7 years ago

hifall commented 7 years ago

Currently the search result looks like:

{"results":["\/home\/article-1"]}

How do I have it return the article title as well, for the sake of displaying?

Thanks!