fullscale / elastic.js

A JavaScript implementation of the elasticsearch Query DSL
http://docs.fullscale.co/elasticjs/
MIT License
654 stars 163 forks source link

"Highlight.fields" does not chain #89

Open mklaber opened 9 years ago

mklaber commented 9 years ago

The Highlight.fields function does not return anything and thus violates its stated return type documentation.

I think it's just missing the return this; line that the other functions have.