diff options
author | Steve <nilslice@gmail.com> | 2017-04-11 19:51:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-11 19:51:23 -0700 |
commit | 3c277a7c41aed0fe3e59fa1ccfd19b48d810b545 (patch) | |
tree | 7467eaae0e4ce120529d1984f7a0792a7216d5af /README.md | |
parent | 31ba833f6cf0ac7bce42e8b9b8b44a3020e140b9 (diff) | |
parent | 53e6675bc24ff356bc6cc35600fe4e7a8d068996 (diff) |
Merge pull request #116 from ponzu-cms/ponzu-dev
[core] Configurable full-text search with Bleve + search API endpoint
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -295,6 +295,7 @@ $ ponzu --dev -fork=github.com/nilslice/ponzu new /path/to/new/project - [golang.org/x/text/transform](https://golang.org/x/text/transform) - [golang.org/x/crypto/bcrypt](https://golang.org/x/crypto/bcrypt) - [golang.org/x/net/http2](https://golang.org/x/net/http2) +- [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) - [github.com/nilslice/jwt](https://github.com/nilslice/jwt) - [github.com/nilslice/email](https://github.com/nilslice/email) - [github.com/gorilla/schema](https://github.com/gorilla/schema) |