elastigo icon indicating copy to clipboard operation
elastigo copied to clipboard

Index(..., "type/has/slash", "", nil, ...) puts a wrong doc

Open hzane opened this issue 10 years ago • 1 comments

doc := map[stirng]interface{}{ "type":1 } els := elastigo.NewConn() resp, err := els.Index("index-xxx", "type.has/slash", "", nil, doc) /* resp.Id ==slash */

hzane avatar Jan 26 '15 04:01 hzane

hi @heartszhang,

Are you saying if the index name has a slash, there is a bug? please clarify.

Thanks, m

mattbaird avatar Jan 26 '15 17:01 mattbaird