Compare commits

..

No commits in common. "master" and "v0.3.0" have entirely different histories.

View File

@ -9,7 +9,7 @@ import (
func (q *QueryHighlight) Map() map[string]interface{} {
results := structs.Map(q.params)
if q.highlightQuery != nil {
results["highlight_query"] = q.highlightQuery.Map()
results["query"] = q.highlightQuery.Map()
}
if q.fields != nil && len(q.fields) > 0 {
fields := make(map[string]interface{})