Add additional fields to search request

This commit is contained in:
James Mills
2021-02-02 00:18:45 +10:00
parent 8a1161cf77
commit 4383b3125d
4 changed files with 62 additions and 1 deletions

1
go.mod
View File

@@ -13,6 +13,7 @@ require (
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.3 // indirect
github.com/apex/log v1.9.0
github.com/blevesearch/bleve v1.0.14
github.com/blevesearch/bleve/v2 v2.0.1
github.com/creasty/defaults v1.5.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible