elastigo
elastigo copied to clipboard
Index(..., "type/has/slash", "", nil, ...) puts a wrong doc
doc := map[stirng]interface{}{ "type":1 } els := elastigo.NewConn() resp, err := els.Index("index-xxx", "type.has/slash", "", nil, doc) /* resp.Id ==slash */
hi @heartszhang,
Are you saying if the index name has a slash, there is a bug? please clarify.
Thanks, m